/** * 获取浏览器供应商的名称 * * @return {String} 浏览器供应商的名称 */ declare const getVendor: () => string; export default getVendor;