import { type FC } from 'react'; import { type NodeOutputDefinition } from '@ironclad/rivet-core'; import { type InputsOrOutputsWithRefs, type DataValueWithRefs } from '../state/dataFlow'; export declare const RenderDataValue: FC<{ value: DataValueWithRefs | undefined; depth?: number; renderMarkdown?: boolean; truncateLength?: number; }>; export declare const RenderDataOutputs: FC<{ definitions?: NodeOutputDefinition[]; outputs: InputsOrOutputsWithRefs; renderMarkdown?: boolean; }>; //# sourceMappingURL=RenderDataValue.d.ts.map