///
import type { EditorSegmentsProps } from "./EditorSegments.types";
declare const _default: {
title: string;
component: {
(props: EditorSegmentsProps): JSX.Element;
displayName: string;
defaultProps: {};
};
};
export default _default;
export declare const EditorSegmentsStory: import("@storybook/csf").StoryAnnotations;
export declare const EditorSegmentsStoryWithIcons: import("@storybook/csf").StoryAnnotations;
export declare const EditorSegmentsStoryWithLabels: import("@storybook/csf").StoryAnnotations;
export declare const EditorSegmentsStoryWithChildren: import("@storybook/csf").StoryAnnotations;