import { RefObject } from 'react'; export declare function useDropZone(target: RefObject, onDrop: (e: DragEvent) => void, onEnter?: (e: DragEvent) => void, onLeave?: (e: DragEvent) => void, onOver?: (e: DragEvent) => void): void;