import { FC } from 'react'; import { BarChartProps } from './types'; export declare const BarChart: FC;