declare var __VLS_14: { cell: { goNarrower: () => any; goBroader: () => any; broader: any; narrower: any; schedule?: string | number | undefined; start: Date; end: Date; events: import("vue").ComputedRef; today: any; content: any; }; }, __VLS_17: { cell: { goNarrower: () => any; goBroader: () => any; broader: any; narrower: any; schedule?: string | number | undefined; start: Date; end: Date; events: import("vue").ComputedRef; today: any; content: any; }; view: Record; }, __VLS_20: { cell: { goNarrower: () => any; goBroader: () => any; broader: any; narrower: any; schedule?: string | number | undefined; start: Date; end: Date; events: import("vue").ComputedRef; today: any; content: any; }; view: Record; }, __VLS_23: { cell: { goNarrower: () => any; goBroader: () => any; broader: any; narrower: any; schedule?: string | number | undefined; start: Date; end: Date; events: import("vue").ComputedRef; today: any; content: any; }; view: Record; }, __VLS_27: `event.${any}`, __VLS_28: { event: Record; }, __VLS_31: { event: Record; }, __VLS_34: { event: Record; }, __VLS_37: { events: any; }, __VLS_40: { range: any; schedule: any; }, __VLS_43: { now: any; timeFormatted: any; }; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_28) => any; } & { cell?: (props: typeof __VLS_14) => any; } & { 'cell-date'?: (props: typeof __VLS_17) => any; } & { 'cell-content'?: (props: typeof __VLS_20) => any; } & { 'cell-events'?: (props: typeof __VLS_23) => any; } & { 'event.all-day'?: (props: typeof __VLS_31) => any; } & { event?: (props: typeof __VLS_34) => any; } & { 'event-count'?: (props: typeof __VLS_37) => any; } & { 'special-hours-label'?: (props: typeof __VLS_40) => any; } & { 'now-line'?: (props: typeof __VLS_43) => 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; }; };