import { Meta, StoryObj } from '@storybook/react-vite'; import { SegmentedControl } from './SegmentedControl'; declare const meta: Meta; export default meta; export declare const Default: StoryObj; export declare const Sizes: StoryObj; export declare const TextOnly: StoryObj; export declare const IconText: StoryObj; export declare const IconOnly: StoryObj; export declare const WithSuffix: StoryObj; export declare const DisabledOption: StoryObj; export declare const DisabledGroup: StoryObj; export declare const Uncontrolled: StoryObj; export declare const CustomRenderOption: StoryObj; export declare const PeriodSelector: StoryObj; export declare const ViewToggle: StoryObj;