import type { ElementType } from 'react'; export interface IDateTimePicker { Icon: ElementType; size: 'small' | 'medium' | 'large'; PreviousMonthIcon?: ElementType; NextMonthIcon?: ElementType; }