declare class StylesheetCacheManager { private cache; getOrCreate(css: string): CSSStyleSheet; get size(): number; clear(): void; has(css: string): boolean; } export declare const StylesheetCache: StylesheetCacheManager; export default StylesheetCache; //# sourceMappingURL=stylesheet-cache.d.ts.map