/** * This file contains overrides the default * hammer.js functions to add our own utility */ export declare function enhancePointerEventInput(PointerEventInput: any): void; export declare function enhanceMouseInput(MouseInput: any): void;