export declare const dealMinioUrl: (url: string | undefined | string[]) => string | string[]; export declare const uniqArr2By: (array1: any[], array2: any[], key: string) => any[]; export declare const fileViewTypes: string[]; export declare const getMarkExcludeType: (file_type: string) => boolean; export declare const isImage: (type: string) => boolean; export declare const TempBaseUrl = "http://10.15.12.13:9000/"; export declare const smoothScroll: (container: any, distance?: number) => void; export declare const judgeXlS: (item: { type?: string; fileName: string; }) => boolean; export declare const FileModalSize: { width: number; height: number; }; export declare const formatTime: (val: string) => string; export declare const getUrlPrefix: () => any; export declare const getMinioUrlPrefix: () => any; export declare const getNameFromFile: (fileUrl: string) => string; export declare const handleDownLoad: (url: string) => void; export declare const getTypeByName: (name: string) => string;