/** 文件工具类 */ export declare class FileUtil { static download(fileUrl: string, fileName: string): void; } export declare function hasFileIcon(file: any): boolean; export declare function getFileIcon(file: any): any;