import { FC } from 'react'; import { PieChartProps } from './types'; export declare const PieChart: FC;