import React from 'react'; import './DonutChart.css'; declare const DonutChartDemo: React.FC; export default DonutChartDemo;