import { Accept, FileRejection } from 'react-dropzone'; import { AttachInputProps } from './AttachInput.types'; export declare const sizeToHumanReadable: (bytes: number) => string; export declare const getAcceptedFormats: (accept: Accept) => string; export declare const getGenericRejectionMessage: (fileRejections: FileRejection[], maxFiles: number, _maxSize: number | undefined) => string; declare const AttachInput: import('react').NamedExoticComponent>; export default AttachInput; export { AttachInput };