export declare function downloadFile(base64: string, fileName: any, fileType: string): void; export declare const translate: (key: string, lang?: string) => any;