import { IconProps } from '../lib';
declare function ChartBar(props: IconProps): JSX.Element;
export default ChartBar;
