/** * Checks if the device is mobile either by user agent/webview or viewport size. * @returns {boolean} True if either a mobile/webview UA or a mobile viewport. */ export declare const isMobile: () => boolean; //# sourceMappingURL=isMobile.d.ts.map