export function parseCSSStyleSheet(sheet: CSSStyleSheet): object;
export function parseStyleElement(style: SVGStyleElement): object[];
export function getStylesheetStyle(key: any, nodeName: any, attributes: any, sheets?: any[]): any;
//# sourceMappingURL=stylesheet.d.ts.map