import { JSX } from "react";
import { Props } from "./types";
export declare const DropZone: (props: Props) => JSX.Element;
