import { Story, Meta } from '@storybook/react';
import { TabProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<TabProps>;
export declare const Brand: Story<TabProps>;
export declare const WithIcons: Story<TabProps>;
export declare const OnlyIcons: Story<TabProps>;
export declare const WithHorizontalScroll: Story<TabProps>;
