declare var __VLS_1: { class: any; }, __VLS_3: {}, __VLS_13: {}, __VLS_32: {}, __VLS_42: {}; type __VLS_Slots = {} & { sidebar?: (props: typeof __VLS_1) => any; } & { 'prev-year'?: (props: typeof __VLS_3) => any; } & { 'next-year'?: (props: typeof __VLS_13) => any; } & { 'prev-year'?: (props: typeof __VLS_32) => any; } & { 'next-year'?: (props: typeof __VLS_42) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };