export interface SpinkitProps { /** * @default 40 */ size?: number; /** * @default '#333' */ color?: string; className?: string; } export declare const DEFAULT_SIZE = 40; export declare const DEFAULT_COLOR = "#333";