declare const download: (content: any, fileName: string, fileType: string) => void; export default download;