export declare class BoxZoom { scope: any; locateBox: any; constructor(scope: any); shouldStartBoxZooming(zoomStarted: number): boolean; getLocateBoxCoords(): { x: number; y: number; w: number; h: number; }; resetLocateBox(): void; zoomBoxZooming(): void; locateFocus(): void; renderLocateBox(): void; }