import { GestureEvent } from './GestureEvent'; export declare class PressAndTapGestureEvent extends GestureEvent { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; tapLocalX: number; tapLocalY: number; constructor(type: string, bubbles?: boolean, cancelable?: boolean, phase?: string, localX?: number, localY?: number, tapLocalX?: number, tapLocalY?: number, ctrlKey?: boolean, altKey?: boolean, shiftKey?: boolean); static GESTURE_PRESS_AND_TAP: string; } //# sourceMappingURL=PressAndTapGestureEvent.d.ts.map