import type { ScaleBand } from 'd3-scale'; import type { AxisId, AnyXYChartScale } from '../types/xy-chart-internals.js'; export type AxisIdToScales = Map; categoricalBarScale?: ScaleBand; }>; export declare const XYChartScalesContext: import("react").Context;