import { Tabs as FASTTabs } from '@microsoft/fast-components'; /** * @tagname %%prefix%%-tabs */ export declare class Tabs extends FASTTabs { /** * When true, the tab list becomes horizontally scrollable when its * contents exceed the width of the container. * * @public */ scrollable: boolean; /** * A zero-index number representing the active tab * * @privateRemarks * Exposes the private `activeTabIndex` from the original class */ get currentTabIndex(): number | undefined; } export declare const foundationTabsShadowOptions: ShadowRootInit; export declare const defaultTabsConfig: {}; /** * The Foundation Tabs * * @public * @remarks * HTML Element: \ */ export declare const foundationTabs: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition) => import("@microsoft/fast-foundation").FoundationElementRegistry; //# sourceMappingURL=tabs.d.ts.map