import type { AxisIdToScales } from '../../../context/XYChartScales.context.js'; import type { XYChartAxisInternal } from '../../../types/xy-chart-internals.js'; export declare function isAxisPannable(axis: XYChartAxisInternal | undefined, scales: AxisIdToScales): boolean;