import { type ChartDataEntry } from "./chartConfig.js"; type ChartLegendProps = { items: Pick[]; }; export declare function ChartLegend({ items }: ChartLegendProps): import("react").JSX.Element; export {}; //# sourceMappingURL=chartLegend.d.ts.map