/**
 * Create DOM from a html string.
 * @param str
 * @returns
 */
export declare function createDOM(str: string): HTMLElement;
