declare var __VLS_9: { label: any; }, __VLS_11: {}, __VLS_17: { error: any; }; type __VLS_Slots = {} & { label?: (props: typeof __VLS_9) => any; } & { default?: (props: typeof __VLS_11) => any; } & { error?: (props: typeof __VLS_17) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };