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