import React from 'react'; import { SegmentedControlProps } from './types'; /** * The width of the top-level container is set to 100%, so it will expand to fill its parent container. * * Set a non-percentage `width` on the parent element during implementation to avoid stretched-out layout or animation effects. */ export declare const SegmentedControl: React.FC; //# sourceMappingURL=index.d.ts.map