import { PropType } from 'vue'; import { Dayjs } from 'dayjs'; import type { Cell, DisabledDate, IsSameTime, Mode } from '../interface'; declare var __VLS_1: { date: Date; }; type __VLS_Slots = {} & { cell?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => never[]; }; value: { type: PropType; }; disabledDate: { type: PropType; }; isSameTime: { type: PropType; required: true; }; mode: { type: PropType; }; hideNotInViewDates: { type: BooleanConstructor; }; rangeValues: { type: PropType>; }; now: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "cell-click": (_cellData: Cell) => any; "cell-mouse-enter": (_cellData: Cell) => any; }, string, import("vue").PublicProps, Readonly; default: () => never[]; }; value: { type: PropType; }; disabledDate: { type: PropType; }; isSameTime: { type: PropType; required: true; }; mode: { type: PropType; }; hideNotInViewDates: { type: BooleanConstructor; }; rangeValues: { type: PropType>; }; now: { type: PropType; }; }>> & Readonly<{ "onCell-click"?: ((_cellData: Cell) => any) | undefined; "onCell-mouse-enter"?: ((_cellData: Cell) => any) | undefined; }>, { rows: Cell[][]; hideNotInViewDates: boolean; }, {}, {}, {}, 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; }; };