import { ComponentPublicInstance } from 'vue'; import { TabData } from '../../types'; /** * A layout for navigating between sections of content. */ declare const _default: import("vue").DefineComponent, { activeTab: import("vue").WritableComputedRef; activeTabIndex: import("vue").ComputedRef; activeTabId: import("vue").ComputedRef; currentDirection: import("vue").Ref; rootElement: import("vue").Ref; tabListElement: import("vue").Ref; prevScroller: import("vue").Ref; nextScroller: import("vue").Ref; rootClasses: import("vue").ComputedRef<{ 'cdx-tabs--framed': boolean; 'cdx-tabs--quiet': boolean; }>; tabNames: import("vue").ComputedRef; tabsData: import("vue").ComputedRef>; firstLabelVisible: import("vue").Ref; lastLabelVisible: import("vue").Ref; assignTemplateRefForTabButton: (templateRef: Element | ComponentPublicInstance | null, index: number) => void; scrollTabs: (logicalDirection: "prev" | "next") => void; focusActiveTab: () => void; cdxIconPrevious: import("@wikimedia/codex-icons").IconFlipForRtl; cdxIconNext: import("@wikimedia/codex-icons").IconFlipForRtl; }, {}, {}, { /** * Programmatically select a tab based on its "name" prop * * @param {string} tabName The name of the tab to select * @param {boolean} setFocus Whether or not to also set focus to the new tab * @public */ select(tabName: string, setFocus?: boolean): void; /** * Used to select next or previous tab in the sequence, skipping * over any tabs that are disabled. The provided increment should * be either 1 (to move forward) or -1 (to move backwards) * * @param index * @param increment * @param setFocus */ selectNonDisabled(index: number, increment: -1 | 1, setFocus?: boolean): void; /** * Set the next tab to active, if one exists * * @param {boolean} setFocus * @public */ next(setFocus?: boolean): void; /** * Set the previous tab to active, if one exists * * @param {boolean} setFocus * @public */ prev(setFocus?: boolean): void; /** * Handle left arrow key navigation (based on LTR/RTL direction) */ onLeftArrowKeypress(): void; /** * Handle right arrow key navigation (based on LTR/RTL direction) */ onRightArrowKeypress(): void; /** * Handle down arrow key navigation by moving focus to the contents * of the currently active tab */ onDownArrowKeypress(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:active"[], "update:active", import("vue").PublicProps, Readonly> & Readonly<{ "onUpdate:active"?: ((...args: any[]) => any) | undefined; }>, { active: string; framed: boolean; }, {}, { CdxButton: import("vue").DefineComponent; default: string; validator: import("../../types").StringTypeValidator<"default" | "progressive" | "destructive">; }; weight: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"normal" | "primary" | "quiet">; }; size: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "large" | "small">; }; }>, { button: import("vue").Ref; rootClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'cdx-button--framed': boolean; 'cdx-button--icon-only': boolean; 'cdx-button--is-active': boolean; }>; onClick: (event: Event) => void; onKeyDown: () => void; onKeyUp: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly; default: string; validator: import("../../types").StringTypeValidator<"default" | "progressive" | "destructive">; }; weight: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"normal" | "primary" | "quiet">; }; size: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "large" | "small">; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { size: "medium" | "large" | "small"; action: "default" | "progressive" | "destructive"; weight: "normal" | "primary" | "quiet"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; CdxIcon: import("vue").DefineComponent; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: import("vue").PropType; default: null; }; dir: { type: import("vue").PropType; default: null; }; size: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>, { rootElement: import("vue").Ref; rootClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'cdx-icon--flipped': boolean; }>; iconSvg: import("vue").ComputedRef; iconPath: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: import("vue").PropType; default: null; }; dir: { type: import("vue").PropType; default: null; }; size: { type: import("vue").PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>> & Readonly<{}>, { lang: string | null; iconLabel: string; dir: import("../../types").HTMLDirection | null; size: "medium" | "small" | "x-small"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;