import React from 'react'; import { BarChart as BizBarChart } from 'bizcharts'; type Iprops = React.ComponentProps; declare function BarChart(props: Iprops): JSX.Element; export default BarChart;