import React from 'react'; import type { SegmentedButtonsProps } from './types'; declare const SegmentedButtons: React.NamedExoticComponent; export { SegmentedButtons }; //# sourceMappingURL=SegmentedButtons.d.ts.map