import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBarChart: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBarChart; //# sourceMappingURL=BarChart.d.ts.map