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