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