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