export declare function useDrop<T>(onDrop: (data: T) => void): [React.RefObject<HTMLElement | null>, boolean, boolean];
