import { Locale } from 'date-fns'; export interface EcabsDatePickerTranslations { cancelLabel?: string; applyLabel?: string; deleteLabel?: string; selectDateLabel?: string; selectDateRangeLabel?: string; selectDateTimeLabel?: string; selectDateTimeRangeLabel?: string; startDatePlaceholder?: string; endDatePlaceholder?: string; all?: string; from?: string; to?: string; locale?: Locale; } export interface EcabsDatePickerHolidayOptions { countryCode: string; timeZoneOffset: string; }