import { DropTargetMonitor } from '../../types'; import { DropTargetHookSpec } from '../types'; import { DropTargetImpl } from './DropTargetImpl'; export declare function useDropTarget(spec: DropTargetHookSpec, monitor: DropTargetMonitor): DropTargetImpl;