import * as React from 'react'; import type { SegmentedControlProps } from './types'; export declare function SegmentedControl({ activeKey, disabled, children, fill, activateOnFocus, onChange, overrides, uid: customUid, width, height, }: SegmentedControlProps): React.JSX.Element;