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