declare var __VLS_1: {}, __VLS_3: { index: number; minutes: number; hours: number; minutesSum: any; format12: string; format24: string; }, __VLS_5: { now: any; timeFormatted: any; }; type __VLS_Slots = {} & { 'all-day-label'?: (props: typeof __VLS_1) => any; } & { 'time-cell'?: (props: typeof __VLS_3) => any; } & { 'current-time-label'?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, 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; }; };