import { FC } from 'react'; import { GaugeProps } from 'types'; export declare const Gauge: FC; export default Gauge;