/**
 * Ref: https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser
 */
export declare const isMobileBrowser: () => boolean;
