import { FC } from 'react'; import { BarProps } from '../BarChart'; export declare type LinearGaugeBarProps = BarProps; export declare const LinearGaugeBar: FC>;