/** * @description: 检测文件后缀格式 * @param fileName {String} 文件URL * @return result {String} 文件类型字符串 */ export declare const matchFileType: (fileName: string) => string | false; export declare const previewAttach: (type: any, url: any) => void;