import React from 'react'; import './styles/infocharts.scss'; interface WaffleChartProps { title: string; percentage: number; background?: string; foreground?: string; description?: string; activeColor?: string; nonActiveColor?: string; size?: number; } declare const WaffleChart: React.FC; export default WaffleChart; //# sourceMappingURL=WafflePeopleChart.d.ts.map