///
import { Tabs } from "./Tab";
declare const _default: {
title: string;
component: typeof Tabs;
argTypes: {
asChild: {
table: {
disable: boolean;
};
};
};
};
export default _default;
export declare const TabsExample: import("@storybook/csf").StoryAnnotations;
export declare const TabExample: import("@storybook/csf").StoryAnnotations;
export declare const TabsListExample: import("@storybook/csf").StoryAnnotations;
export declare const TabPanelExample: import("@storybook/csf").StoryAnnotations;
export declare function TabWithManyTabs(): JSX.Element;