export interface FileListProps { files?: Array; children?: Function; onRemoveFile?: Function; } declare const FileList: React.ComponentType; export default FileList;