export declare const FileDownload: (data: any, filename: string, mime?: any, bom?: any) => void;
