import type { DragDropManager } from '../../interfaces.js'; export declare function createDrop(manager: DragDropManager): (options?: {}) => void;