import { type CalendarProps } from './common'; declare const __VLS_export: import("vue").DefineComponent any; "update:modelValue": (value: string | Date | string[] | Date[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: string | Date | string[] | Date[]) => any) | undefined; "onUpdate:modelValue"?: ((value: string | Date | string[] | Date[]) => any) | undefined; }>, { min: Date; max: Date; type: import("./common").CalendarType; modelValue: Date | Date[] | string | string[]; currentDate: Date; disabledDate: (date: Date) => boolean; maxDays: number; overMaxDays: () => void; weekStartsOn: number; formatter: (day: import("./common").CalendarDay) => void; allowSameDay: boolean; severalMonths: boolean; valueFormat: string; startDateText: string; endDateText: string; sameDateText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;