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