export function cleanHTMLStrict(str: any, nodes: any, opts?: {}): string | DocumentFragment | null; export function cleanHTMLOpen(str: any, nodes: any, opts?: {}): string | DocumentFragment | null; export default cleanHTMLOpen;