/** * Detects if the current device is a touchscreen. * @returns `true` if the current device is a touchscreen, `false` otherwise. */ export declare const isTouchscreen: () => boolean;