import { type FC } from 'react'; import { type ChartNode } from '@ironclad/rivet-core'; export declare const NodeOutput: FC<{ node: ChartNode; }>; //# sourceMappingURL=NodeOutput.d.ts.map