import { type HTMLProps } from "react"; type Props = HTMLProps & { isHighlighted?: boolean; className?: string; }; export declare const Dropzone: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Dropzone;