declare const b64toBlob: (b64Data: string, contentType?: string, sliceSize?: number) => Blob;
export default b64toBlob;
