import { ToUppyProps } from './CommonTypes' import FileInput = require('@uppy/file-input') export type FileInputProps = ToUppyProps /** * React component that renders an area in which files can be dropped to be * uploaded. */ declare const FileInputComponent: React.ComponentType; export default FileInputComponent;