import type { ReactElement } from "react"; import type { SegmentedControlProps } from "./-types"; export type { SegmentedControlProps }; export declare function SegmentedControl({ options, value, justified, size, onChange, isLabelHidden, renderOptionWrapper, ...rest }: SegmentedControlProps): ReactElement;