/** * Convert a dom element including canvas and svg to an html. * @params dom - Dom element. * @returns - Html result. */ export declare function domToHtml(dom: Element): Promise; //# sourceMappingURL=domToHtml.d.ts.map