/// import { Comp } from '../app.js'; import { TreeDrag } from '../types/index.js'; export interface NodesProps { className?: string; tree: TreeDrag['tree']; noDrop?: boolean; blockId?: string; } export declare const Nodes: Comp;