import { ZoomData } from '../interfaces/zoom-data'; export declare function isZoomXAxis(zoomData: ZoomData): boolean;