/** * Warns (once per call) when the sanitizer dropped what looks like an embedded * widget — a custom-element tag (any hyphenated tag name). These removals are the * silent failure mode that makes embedded widgets "disappear" before the host can * render them, so surfacing them aids diagnosis. Scripts, styles and on* * handlers are intentionally removed and are NOT reported (they would be noise). * @param {readonly unknown[]} removed - DOMPurify's `removed` array after sanitize. * @returns {void} */ export declare const logRemovedEmbeds: (removed: readonly unknown[]) => void; //# sourceMappingURL=logRemovedEmbeds.d.ts.map