export interface PieLabelProps { x: number; y: number; text: string; isHighlighted: boolean; } export declare const PieChartLabel: ({ x, y, text, isHighlighted }: PieLabelProps) => import("react").JSX.Element; //# sourceMappingURL=PieChartLabel.d.ts.map