import { NodeId } from 'rete'; import { NodeView } from '../node-view'; import { ExpectSchemes } from '../types'; export declare function getNodesRect(nodes: S['Node'][], views: Map): { position: import("../types").Position; width: number; height: number; }[]; //# sourceMappingURL=rects.d.ts.map