import type { CSSRules } from './typedefs'; /** * James modify 修复 5.3版本 导入text SVG bug 在42行没有判断split后数组是否为空 * Returns CSS rules for a given SVG document * @param {HTMLElement} doc SVG document to parse * @return {Object} CSS rules of this document */ export declare function getCSSRules(doc: Document): CSSRules; //# sourceMappingURL=getCSSRules.d.ts.map