import React from 'react'; declare const ChartItem: React.FC<{ color: string; percentage: number; textcolor: string; title: string; }>; export default ChartItem; //# sourceMappingURL=Chart.d.ts.map