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