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