import { Point } from '../Point'; export declare const getPointer: (event: any) => Point; export declare const isTouchEvent: (event: any) => boolean; export declare const stopEvent: (e: Event) => void; //# sourceMappingURL=dom_event.d.ts.map