import { type CalendarType } from '../calendar/common'; declare const _default: import("vue").DefineComponent<{ visible: BooleanConstructor; title: StringConstructor; showConfirm: { type: BooleanConstructor; default: boolean; }; rootStyle: import("vue").PropType; rootClass: StringConstructor; type: { type: import("vue").PropType; default: string; }; modelValue: import("vue").PropType; min: DateConstructor; max: DateConstructor; currentDate: DateConstructor; disabledDate: import("vue").PropType<((date: Date) => boolean) | undefined>; maxDays: { type: NumberConstructor; default: number; }; overMaxDays: import("vue").PropType<(() => void) | undefined>; weekStartsOn: { type: NumberConstructor; default: number; }; formatter: import("vue").PropType<((day: import("../calendar/common").CalendarDay) => void) | undefined>; allowSameDay: BooleanConstructor; severalMonths: BooleanConstructor; readonly: BooleanConstructor; disabled: BooleanConstructor; clearable: BooleanConstructor; placeholder: StringConstructor; loading: BooleanConstructor; validateEvent: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:model-value": (...args: any[]) => void; "update:visible": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; rootClass: StringConstructor; type: { type: import("vue").PropType; default: string; }; modelValue: import("vue").PropType; min: DateConstructor; max: DateConstructor; currentDate: DateConstructor; disabledDate: import("vue").PropType<((date: Date) => boolean) | undefined>; maxDays: { type: NumberConstructor; default: number; }; overMaxDays: import("vue").PropType<(() => void) | undefined>; weekStartsOn: { type: NumberConstructor; default: number; }; formatter: import("vue").PropType<((day: import("../calendar/common").CalendarDay) => void) | undefined>; allowSameDay: BooleanConstructor; severalMonths: BooleanConstructor; readonly: BooleanConstructor; disabled: BooleanConstructor; clearable: BooleanConstructor; placeholder: StringConstructor; loading: BooleanConstructor; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }, { visible: boolean; loading: boolean; type: CalendarType; maxDays: number; weekStartsOn: number; showConfirm: boolean; validateEvent: boolean; disabled: boolean; readonly: boolean; clearable: boolean; severalMonths: boolean; allowSameDay: boolean; }, {}>; export default _default;