import { FunctionComponent } from 'react'; import { SegmentedGroupProps } from './types'; export declare const SegmentedGroup: FunctionComponent;