import type { RectSeriesIdToValueScaleDomain } from '../types/xy-chart-internals.js'; export interface RectDataContext { seriesIdToValueScaleDomain?: RectSeriesIdToValueScaleDomain; } export declare const XYChartRectDataContext: import("react").Context; //# sourceMappingURL=XYChartRectData.context.d.ts.map