import React from 'react'; import type { ChartSeries } from './types'; interface ChartLegendProps { series: ChartSeries[]; fallbackColors: string[]; testID?: string; } export declare function ChartLegend({ series, fallbackColors, testID, }: ChartLegendProps): React.ReactElement; export {}; //# sourceMappingURL=ChartLegend.d.ts.map