import React from 'react'; import { SegmentedControlProps } from './SegmentedControl.types'; /** * Segmented controls act as a toggle between a current state and related states, often changing the view of information within a single page. */ export declare const SegmentedControl: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=SegmentedControl.d.ts.map