/** * @description 设置远程样式表 * @export * @param {string} url * @returns {*} {Promise} */ export declare function setRemoteStyle(url: string): Promise; //# sourceMappingURL=remote-style.d.ts.map