import { FileRejection } from 'react-dropzone'; export declare const getErrorsList: (fileRejections: FileRejection[]) => string[];