export default function LoadingDots({ className, colors = ['#00b5ff', '#e3006d', '#f7931e'], }: { className?: string; colors?: [string, string, string]; }) { return (
); }