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