import { MaybeRefOrGetter } from 'vue'; import { ModeType } from '../../../utils/calendar/typings'; import { WEEK_START_DAY } from '../../../utils/calendar/time'; type __VLS_Props = { modelValue?: string | Date; min?: string | Date; max?: string | Date; mode?: ModeType; firstDayOfWeek?: WEEK_START_DAY; locale?: string; enableTime?: boolean; highlightedDates?: MaybeRefOrGetter<(string | Date)[]>; disabledDates?: MaybeRefOrGetter<(string | Date)[]>; allowedDates?: MaybeRefOrGetter<(string | Date)[]>; autoSize?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { mode: ModeType; locale: string; enableTime: boolean; firstDayOfWeek: WEEK_START_DAY; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=DatePicker.vue.d.ts.map