interface Props { loadingSize?: number; labelSize?: number; label?: string; className?: string; color?: string; } function Loading({ loadingSize = 24, labelSize = 14, label, className, color, }: Props) { return (