import { FC } from 'react'; import { GaugeSegmentProps } from 'types'; export declare const Segment: FC; export default Segment;