import type { PerformanceDistributionChartProps } from './types';
/**
 * Pie chart showing performance distribution with percentages
 */
export declare function PerformanceDistributionChart({ counters, totalStudents, loading, title, }: PerformanceDistributionChartProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=PerformanceDistributionChart.d.ts.map