import type { RectSeriesWithDatapoints } from '../../../types/xy-chart-internals.js'; export declare function RectLegend({ series }: { series: RectSeriesWithDatapoints; }): import("react/jsx-runtime.js").JSX.Element | null;