import { GestureEvent } from './GestureEvent'; export declare class TransformGestureEvent extends GestureEvent { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(type: string, bubbles?: boolean, cancelable?: boolean, phase?: string, localX?: number, localY?: number, scaleX?: number, scaleY?: number, rotation?: number, offsetX?: number, offsetY?: number, ctrlKey?: boolean, altKey?: boolean, shiftKey?: boolean); static GESTURE_ZOOM: string; static GESTURE_PAN: string; static GESTURE_ROTATE: string; static GESTURE_SWIPE: string; } //# sourceMappingURL=TransformGestureEvent.d.ts.map