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