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