import React from "react"; import type { NodeData } from "../types"; type ObjectNodeProps = { node: NodeData; x: number; y: number; }; export declare const ObjectNode: React.MemoExoticComponent<({ node, x, y }: ObjectNodeProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=ObjectNode.d.ts.map