import { ReactIconComponentType } from '../types';

declare const BarChart: ReactIconComponentType;
export default BarChart;
            