import type { IconProps } from './icon.types'; export declare const LoadingSpinnerIcon: ({ width, height, className, color }: IconProps) => string;