declare const _default: __VLS_WithTemplateSlots, { isTitleStyle: boolean; types: () => string[]; includeToday: boolean; allowedDays: any; maxDaysInRange: any; datePresetList: string; regex: () => RegExp; dateFormat: string; uniqueId: number; disabled: boolean; initialType: any; openOnTop: boolean; testId: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { opened: (...args: any[]) => void; dismissed: (...args: any[]) => void; "update:range": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, { isTitleStyle: boolean; types: () => string[]; includeToday: boolean; allowedDays: any; maxDaysInRange: any; datePresetList: string; regex: () => RegExp; dateFormat: string; uniqueId: number; disabled: boolean; initialType: any; openOnTop: boolean; testId: string; }>>> & { onOpened?: (...args: any[]) => any; onDismissed?: (...args: any[]) => any; "onUpdate:range"?: (...args: any[]) => any; }, { testId: string; disabled: boolean; allowedDays: number; uniqueId: string | number; includeToday: boolean; dateFormat: string; types: ("date" | "week" | "month")[]; maxDaysInRange: number; datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12"; regex: RegExp; initialType: "date" | "week" | "month"; openOnTop: boolean; isTitleStyle: boolean; }>, { field?(_: { currentDate: any; isOpen: any; }): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };