import type { StoryObj } from "@storybook/react"; declare const _default: { title: string; argTypes: { textColor: { control: string; options: (string | undefined)[]; }; indicatorColor: { control: string; options: (string | undefined)[]; }; variant: { control: string; options: (string | undefined)[]; }; onClick: { action: string; }; }; }; export default _default; export declare const HorizontalTabs: StoryObj; export declare const HorizontalesScrollingTabs: StoryObj; export declare const VerticalTabs: StoryObj;