import { TabInfo } from '../types/TabInfo'; type __VLS_Props = { tabs: Array; currentTab?: string; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { prefix?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { closeTab: (...args: any[]) => void; "update:currentTab": (...args: any[]) => void; closeAll: (...args: any[]) => void; closeOthers: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onCloseTab?: ((...args: any[]) => any) | undefined; "onUpdate:currentTab"?: ((...args: any[]) => any) | undefined; onCloseAll?: ((...args: any[]) => any) | undefined; onCloseOthers?: ((...args: any[]) => any) | undefined; }>, { tabs: Array; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };