import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite'; export declare class ControlPlugin implements RenderingPlugin { static tag: string; private camera; private canvasConfig; private hammertime; private isMoving; private lastX; private lastY; private ctrlKey; private shiftKey; private altKey; private context; apply(context: RenderingPluginContext): void; private onPanstart; private onPanmove; private onPanend; private onPinch; private onMousewheel; private dolly; private pan; private roll; private rotate; } //# sourceMappingURL=ControlPlugin.d.ts.map