import{type HtmlSanitizer}from'../../../internal/optional-peer-capabilities.js';export declare function loadIconSanitizerDeps(importDompurify?:()=>Promise):Promise; /** Resolves the shared sanitizer, importing `dompurify` on first use. `importDompurify` is * consulted only while the module-level cache is cold, so an application that already bundles * its own DOMPurify build can supply it once before the first icon fetch. */ export declare function loadIconSanitizer(importDompurify?:()=>Promise):Promise;export declare function clearIconSanitizerCache():void;