/** * Get pointer/finger position */ export declare function getPosition(evt: any): { x: any; y: any; };