import type { AnyNumberScale } from '../../../../core/types/scales.js'; import { AxisIdToFormatter, XYChartAxisInternal } from '../../../types/xy-chart-internals.js'; export declare const handleFormatter: (axesConfig: XYChartAxisInternal, axesIdToFormatter: AxisIdToFormatter, scale: AnyNumberScale, xMousePosition: number, width: number) => string;