import { FileUploadListItem } from './FileUpload'; export interface FileUploadListProps { fileUploadList: FileUploadListItem[]; }