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