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