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