import type { FC } from 'react'; import './index.less'; import type { PieChartProps } from './type'; declare const PieChart: FC; export default PieChart;