import { Tab, IconType } from '../..'; type __VLS_Props = { title?: string; tabs: Tab[]; modelValue?: string; sideTabs?: boolean; group: string; flat?: boolean; vertical?: boolean; icon?: IconType; iconEnd?: IconType; iconSize?: number | string; iconMobileSize?: number | string; thin?: boolean; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; fullWidth?: boolean; fullWidthMobile?: boolean; alignTxt?: 'center' | 'start' | 'end'; alignTxtMobile?: 'center' | 'start' | 'end'; outline?: boolean; /** Adds a border around the tabs wrapper (keeps the background). */ frame?: boolean; }; declare function selectTab(tab: Tab): void; declare function isActive(tab: Tab): boolean; declare function tabLabel(tab: Tab): string; declare function __VLS_template(): { attrs: Partial<{}>; slots: { tabs?(_: { selectTab: typeof selectTab; isActive: typeof isActive; tabLabel: typeof tabLabel; tabs: HTMLElement[]; }): any; }; refs: { tabsWrap: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { tabsWrap: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=TabsNav.vue.d.ts.map