import type { ForwardedRef, ReactElement } from 'react'; import type { SegmentedProps } from '../../core/types'; export declare const Segmented: (props: SegmentedProps & { ref?: ForwardedRef; }) => ReactElement;