import { CompletePieSvgProps, DatumId, LegendDatum } from './types'; interface PieLegendsProps { width: number; height: number; legends: CompletePieSvgProps['legends']; data: LegendDatum[]; toggleSerie: (id: DatumId) => void; } export declare const PieLegends: ({ width, height, legends, data, toggleSerie, }: PieLegendsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PieLegends.d.ts.map