export default function downloadFile(source: string | Blob, fileName: string): void;
