declare var __VLS_1: { view: Record; availableViews: any; calendar: import("../context").CalendarState; }, __VLS_3: {}, __VLS_18: `title.${any}`, __VLS_19: { [x: string]: any; }, __VLS_21: { [x: string]: any; }, __VLS_29: { navigate: () => any; active: any; }, __VLS_31: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_19) => any; } & { header?: (props: typeof __VLS_1) => any; } & { 'previous-button'?: (props: typeof __VLS_3) => any; } & { title?: (props: typeof __VLS_21) => any; } & { 'today-button'?: (props: typeof __VLS_29) => any; } & { 'next-button'?: (props: typeof __VLS_31) => 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; }; };