import { type AllDragTypes, type DropTargetAllowedDropEffect, type DropTargetAPI } from '../internal-types'; export declare function makeDropTarget({ typeKey, defaultDropEffect, }: { typeKey: DragType['type']; defaultDropEffect: DropTargetAllowedDropEffect; }): DropTargetAPI;