declare var __VLS_14: number, __VLS_15: any, __VLS_34: number, __VLS_35: any; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_15) => any; } & { [K in NonNullable]?: (props: typeof __VLS_35) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };