import type { RectSeriesWithDatapoints } from '../../../types/xy-chart-internals.js'; export declare const RectRangeLegend: ({ series, }: { series: RectSeriesWithDatapoints; }) => import("react/jsx-runtime.js").JSX.Element;