import { ToUppyProps } from './CommonTypes' import DragDrop = require('@uppy/drag-drop') export type DragDropProps = ToUppyProps /** * React component that renders an area in which files can be dropped to be * uploaded. */ declare const DragDropComponent: React.ComponentType; export default DragDropComponent;