/** * Checks if the current device is mobile based on the User-Agent string. * @returns {boolean} - Returns true if the device is identified as mobile, false otherwise. */ export declare function isMobileDevice(): boolean;