import React from "react"; declare const _default: { title: string; component: React.ForwardRefExoticComponent<{ className?: string | undefined; options: import("./SegmentedControl.types").SegmentedControlOption[]; value?: string | undefined; defaultValue?: string | undefined; onChange?: ((value: string, isUpdatedViaKeyboard?: boolean | undefined) => void) | undefined; isFullWidth?: boolean | undefined; } & Omit, "onChange"> & React.RefAttributes>; }; export default _default; export declare const SegmentedControlStory: import("@storybook/csf").StoryAnnotations; export declare const SegmentedControlStoryWithIcons: import("@storybook/csf").StoryAnnotations; export declare const SegmentedControlStoryWithLabels: import("@storybook/csf").StoryAnnotations;