import { FileRejection } from 'react-dropzone'; export declare const getErrorMessage: (rejectedFile: FileRejection) => string;