import { Action } from '../app.js'; import { TreeDrag, TreeDrop } from '../types/index.js'; export declare type DropArg = TreeDrag & TreeDrop; export declare const drop: Action;