import { UploadFile as AntUploadFile } from 'antd/es/upload/interface'; export declare type FileProps = AntUploadFile & { isDeleted?: boolean; isNew?: boolean; error?: any; url?: string; name?: string; }; export declare const FILE_ICON_MAP: { PDF: string; ZIP: string; AI: string; RAR: string; DEFAULT_FILE: string; };