export declare function createDOMElement(htmlString: string): ChildNode | null; /** Encode html string */ export declare function encodeHTML(str: string): string;