import { BvEvent } from '../../utils/classes'; import { BTabsProps, BTabsSlots } from '../../types'; type __VLS_Props = Omit; type __VLS_PublicProps = { 'index'?: Exclude; modelValue?: BTabsProps['modelValue']; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BTabsSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | undefined) => any; "update:index": (value: number) => any; "activate-tab": (obj: { newTabId: string; prevTabId: string; newTabIndex: number; prevTabIndex: number; event: BvEvent; }) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; "onUpdate:index"?: ((value: number) => any) | undefined; "onActivate-tab"?: ((obj: { newTabId: string; prevTabId: string; newTabIndex: number; prevTabIndex: number; event: BvEvent; }) => any) | undefined; }>, { id: string; end: boolean; fill: boolean; noFade: boolean; lazy: boolean; tag: string; small: boolean; contentClass: import('../../types/AnyValuedAttributes').ClassValue; align: import('../..').AlignmentJustifyContent; vertical: boolean; card: boolean; underline: boolean; justified: boolean; pills: boolean; activeNavItemClass: import('../../types/AnyValuedAttributes').ClassValue; activeNavLinkClass: import('../../types/AnyValuedAttributes').ClassValue; activeTabClass: import('../../types/AnyValuedAttributes').ClassValue; inactiveNavItemClass: import('../../types/AnyValuedAttributes').ClassValue; inactiveNavLinkClass: import('../../types/AnyValuedAttributes').ClassValue; inactiveTabClass: import('../../types/AnyValuedAttributes').ClassValue; navClass: import('../../types/AnyValuedAttributes').ClassValue; navItemClass: import('../../types/AnyValuedAttributes').ClassValue; navWrapperClass: import('../../types/AnyValuedAttributes').ClassValue; noKeyNav: boolean; noNavStyle: boolean; tabClass: import('../../types/AnyValuedAttributes').ClassValue; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };