import { type FC } from 'react'; import { type ChartNode, type DataId } from '@ironclad/rivet-core'; export declare const NodeEditorRenderer: FC; type NodeEditorProps = { selectedNode: ChartNode; onDeselect: () => void; }; export type NodeChanged = (changed: ChartNode, newData?: Record) => void; export declare const NodeEditor: FC; export {}; //# sourceMappingURL=NodeEditor.d.ts.map