export declare const useHandleDrop: (el: T, callback: (e: DragEvent) => void) => void;