import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ name: { type: (StringConstructor | NumberConstructor)[]; required: true; }; label: StringConstructor; disabled: BooleanConstructor; closable: BooleanConstructor; icon: StringConstructor; forceRender: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { disabled: boolean; closable: boolean; forceRender: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VTabItem.vue.d.ts.map