import { FC } from 'react';
import { BarProps } from '../BarChart';

export type LinearGaugeBarProps = BarProps;
export declare const LinearGaugeBar: FC<Partial<LinearGaugeBarProps>>;
