declare const isTouchOnlyDevice: (w?: Window | undefined) => boolean;
export default isTouchOnlyDevice;
