export declare function cacheInlineIcon(name: string, svg: SVGElement): void; export declare function getCachedInlineIcon(name: string): SVGElement | null; export declare function preloadIconSprite(url: string): Promise; //# sourceMappingURL=cache.d.ts.map