import type { FileInputOptions } from '@uppy/file-input' import { ToUppyProps } from './CommonTypes' 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