export interface DatepickerI { value?: Date[]; title?: string; icon?: string; iconPrev?: string; iconNext?: string; isDisabled?: boolean; bordered?: boolean; }