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