import { PropType } from 'vue'; import { Dayjs } from 'dayjs'; import type { DisabledDate, HeaderIcons, HeaderOperations } from '../../interface'; declare var __VLS_16: { date: Date; }; type __VLS_Slots = {} & { cell?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent; required: true; }; headerOperations: { type: PropType; default: () => {}; }; headerIcons: { type: PropType; default: () => {}; }; value: { type: PropType; }; disabledDate: { type: PropType; }; rangeValues: { type: PropType>; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { select: (_value: Dayjs) => any; "cell-mouse-enter": (_value: Dayjs) => any; }, string, import("vue").PublicProps, Readonly; required: true; }; headerOperations: { type: PropType; default: () => {}; }; headerIcons: { type: PropType; default: () => {}; }; value: { type: PropType; }; disabledDate: { type: PropType; }; rangeValues: { type: PropType>; }; }>> & Readonly<{ onSelect?: ((_value: Dayjs) => any) | undefined; "onCell-mouse-enter"?: ((_value: Dayjs) => any) | undefined; }>, { headerOperations: HeaderOperations; headerIcons: HeaderIcons; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };