declare const _default: (event: any) => Object; /** * @param {Object} event - Native mouse and touch event object. * @returns {Object} Client x and y position. * @description Get tap position based on input, wether mouse or touch. */ export default _default;