type Data = { type: "prev-month" | "current-month" | "next-month"; isSelected: boolean; day: string; }; declare var __VLS_1: { date: Date; data: Data; }; type __VLS_Slots = {} & { dateCell?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent<{ value: (DateConstructor | NumberConstructor | StringConstructor)[]; range: { type: ArrayConstructor; }; firstDayOfWeek: { type: NumberConstructor; default: number; }; }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { input: (date: Date) => void; }, string, Readonly>, { firstDayOfWeek: number; }>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $scopedSlots: S; }; };