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