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