import React from 'react'; import { IDonutChart } from './types'; export declare const DonutChart: React.FC;