/** * private function, async get image from blob * * @param blob * @returns */ export declare const getHTMLImageFromBlob: (blob: Blob) => Promise;