import { type DatetimeRangePickerProps, type DatetimeRangePickerSlots } from './common'; type __VLS_Slots = DatetimeRangePickerSlots; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (date: (string | Date)[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((date: (string | Date)[]) => any) | undefined; "onUpdate:modelValue"?: ((date: (string | Date)[]) => any) | undefined; }>, { filter: (letter: import("../index.ts").DatetimeLetter, value: number, date: Date, index: number) => boolean; min: Date | string; max: Date | string; type: string; modelValue: (Date | string)[]; formatter: (letter: import("../index.ts").DatetimeLetter, option: import("../index.ts").DatetimeColumnOption, date: Date, index: number) => string | void | undefined; valueFormat: string; calendar: "solar" | "lunar"; tabs: string[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };