declare var __VLS_1: { class: any; }, __VLS_65: {}, __VLS_75: {}, __VLS_85: {}, __VLS_95: {}, __VLS_134: {}, __VLS_144: {}, __VLS_154: {}, __VLS_164: {}; type __VLS_Slots = {} & { sidebar?: (props: typeof __VLS_1) => any; } & { 'prev-year'?: (props: typeof __VLS_65) => any; } & { 'prev-month'?: (props: typeof __VLS_75) => any; } & { 'next-year'?: (props: typeof __VLS_85) => any; } & { 'next-month'?: (props: typeof __VLS_95) => any; } & { 'prev-year'?: (props: typeof __VLS_134) => any; } & { 'prev-month'?: (props: typeof __VLS_144) => any; } & { 'next-year'?: (props: typeof __VLS_154) => any; } & { 'next-month'?: (props: typeof __VLS_164) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };