import type { ChartPoint } from './types.js';
export declare function setMappedFocusCoordinate(point: ChartPoint, axis: 'x' | 'y', coordinate: number): void;
export declare function mappedFocusCoordinate(point: ChartPoint, axis: 'x' | 'y'): number;
