declare function makeDataUrl(content: string, mimeType: string): string; export default makeDataUrl;