declare var __VLS_1: {}, __VLS_15: { value: any; index: number; }, __VLS_35: { value: any; index: any; }, __VLS_37: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { tag?: (props: typeof __VLS_15) => any; } & { tag?: (props: typeof __VLS_35) => any; } & { suffix?: (props: typeof __VLS_37) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };