export declare class FileTypeHelper { static isWebImage(file: string): boolean; static mapIconClass(file: string): string; }