/** * 检测是否在 QQ 浏览器中 * * @return {Boolean} true|false */ declare const isQQBrowser: boolean; export default isQQBrowser;