/// import type { EditorSegmentsProps } from "./EditorSegments.types"; declare const EditorSegments: { (props: EditorSegmentsProps): JSX.Element; displayName: string; defaultProps: {}; }; export { EditorSegments };