/**
* HTML sanitization pre-pass. The ProseMirror schema is the real whitelist —
* anything it can't parse is dropped — but this pass removes actively
* dangerous content (scripts, event handlers, javascript: URLs) before the
* string ever touches a live DOM, and strips style declarations down to the
* set the schema understands.
*/
export declare function isSafeUrl(url: string, allowDataImage?: boolean): boolean;
/**
* Sanitizes the CSS inside a