/// <reference types="react" />
export interface IconPartlySunnyOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconPartlySunnyOutline: React.FC<IconPartlySunnyOutlineProps>;
