/** * dataURL 转换到 Blob */ export declare function dataURLtoBlob(dataURL: string): Blob; //# sourceMappingURL=dataURLtoBlob.d.ts.map