import { type DatetimePickerPopoutProps, type DatetimePickerPopoutSlots } from './common'; type __VLS_Slots = DatetimePickerPopoutSlots; declare const __VLS_base: import("vue").DefineComponent any; "before-enter": (el: Element) => any; enter: (el: Element) => any; "after-enter": (el: Element) => any; "enter-cancelled": (el: Element) => any; "before-leave": (el: Element) => any; leave: (el: Element) => any; "after-leave": (el: Element) => any; "leave-cancelled": (el: Element) => any; "visible-hook": (name: import("../index.ts").MotionHookName, el: Element) => any; "update:visible": (visible: boolean) => any; "update:modelValue": (date: string | Date | undefined) => any; confirm: (date: string | Date | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((date: string | Date | undefined) => any) | undefined; "onBefore-enter"?: ((el: Element) => any) | undefined; onEnter?: ((el: Element) => any) | undefined; "onAfter-enter"?: ((el: Element) => any) | undefined; "onEnter-cancelled"?: ((el: Element) => any) | undefined; "onBefore-leave"?: ((el: Element) => any) | undefined; onLeave?: ((el: Element) => any) | undefined; "onAfter-leave"?: ((el: Element) => any) | undefined; "onLeave-cancelled"?: ((el: Element) => any) | undefined; "onVisible-hook"?: ((name: import("../index.ts").MotionHookName, el: Element) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; "onUpdate:modelValue"?: ((date: string | Date | undefined) => any) | undefined; onConfirm?: ((date: string | Date | undefined) => any) | undefined; }>, { filter: (letter: import("../index.ts").DatetimeLetter, value: number, date: Date, index: number) => boolean; title: string; min: Date | string; max: Date | string; type: string; visible: boolean; modelValue: Date | string; formatter: (letter: import("../index.ts").DatetimeLetter, option: import("../index.ts").DatetimeColumnOption, date: Date, index: number) => string | void | undefined; valueFormat: string; showConfirm: boolean; calendar: "solar" | "lunar"; validateEvent: boolean; resettable: boolean; }, {}, {}, {}, 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; }; };