import * as React from 'react'; import { IPieChartProps } from './PieChart.types'; export declare const PieChart: React.FunctionComponent;