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