/// <reference types="react" />
export interface IconSparklesProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconSparkles: React.FC<IconSparklesProps>;
