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