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