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