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