import { type SeriesToMetadata, type XYChartSeriesWithDatapoints } from '../../../types/xy-chart-internals.js'; interface XYLegendProps { series: XYChartSeriesWithDatapoints[]; seriesToMetadata: SeriesToMetadata; } export declare function XYLegend({ series, seriesToMetadata }: XYLegendProps): import("react/jsx-runtime").JSX.Element; export {};