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