declare var __VLS_1: { label: any; id: any; date: any; view: Record; }, __VLS_3: { schedule: any; view: Record; cell: { start: any; end: Date; isToday: any; goNarrower: () => any; goBroader: () => any; broader: any; narrower: any; }; }, __VLS_18: { event: Record; }, __VLS_21: { event: Record; }; type __VLS_Slots = {} & { 'weekday-heading'?: (props: typeof __VLS_1) => any; } & { 'schedule-heading'?: (props: typeof __VLS_3) => any; } & { 'event.all-day'?: (props: typeof __VLS_18) => any; } & { event?: (props: typeof __VLS_21) => 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; }; };