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