/**
 * Checks if user devise has touchscreen
 * @return {boolean}
 * @example
 * // How to check if user has touchscreen device?
 * const isTouchEnabled = isTouchDevice();
 * console.log(isTouchEnabled); // => false
 */
export function isTouchDevice(): boolean;
//# sourceMappingURL=index.d.ts.map