import { VTabsProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_17: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_17) => any; }; declare const __VLS_component: DefineComponent any; "tab-change": (value: string) => any; "tab-remove": (name: string) => any; "tab-add": () => any; }, string, PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onTab-change"?: ((value: string) => any) | undefined; "onTab-remove"?: ((name: string) => any) | undefined; "onTab-add"?: (() => any) | undefined; }>, { modelValue: string | number; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VTabs.vue.d.ts.map