type DatepickerMode = 'range' | 'single'; interface Props { allowPastDates?: boolean; closeAfterSelect?: boolean; errorMessage?: string; initDateOne?: string; initDateTwo?: string; inputValue?: string; isError?: boolean; isInline?: boolean; label?: string; locale?: string; maxDate?: string | Date; minDate?: string | Date; mode?: DatepickerMode; placeholder?: string; singleMonth?: boolean; triggerElementId?: string; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onDates?: ((dates: string[]) => any) | undefined; }>, { label: string; isInline: boolean; triggerElementId: string; minDate: string | Date; maxDate: string | Date; mode: DatepickerMode; closeAfterSelect: boolean; locale: string; errorMessage: string; initDateOne: string; isError: boolean; placeholder: string; allowPastDates: boolean; initDateTwo: string; inputValue: string; singleMonth: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpDatepicker.vue.d.ts.map