import type { ZoomChangeType } from '../../../../core/types/zoom.js'; import type { XYChartAxisInternal } from '../../../types/xy-chart-internals.js'; export declare function handleZoomChange(axis: XYChartAxisInternal, min: number | Date, max: number | Date, zoomType: ZoomChangeType): void;