/// export interface IconSnowOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconSnowOutline: React.FC;