export declare function isTouchEvent(event: any): any; export declare function isOnlyOneTouch(event: any): any; export declare function getPosition(event: any): { x: any; y: any; };