export declare function html2Blob(ele: HTMLElement, filename?: string): Promise; export declare function blobToBase64(blob: Blob): Promise; export declare function html2Base64(ele: HTMLElement): Promise; //# sourceMappingURL=html2Pdf.d.ts.map