export declare class StyleSheets { private rootSvg; private readonly loadExternalSheets; private readonly styleSheets; constructor(rootSvg: Element, loadExtSheets: boolean); load(): Promise; private collectStyleSheetTexts; parseCssSheets(sheetTexts: string[]): void; private static splitSelectorAtCommas; private static loadSheet; getPropertyValue(node: Element, propertyCss: string): string | undefined; } //# sourceMappingURL=stylesheets.d.ts.map