import { type FC } from 'react'; import { type NodeComponentDescriptor } from '../../hooks/useNodeTypes.js'; import { type InputsOrOutputsWithRefs } from '../../state/dataFlow'; export declare const LoopControllerNodeOutput: FC<{ outputs: InputsOrOutputsWithRefs; renderMarkdown?: boolean; }>; export declare const loopControllerNodeDescriptor: NodeComponentDescriptor<'loopController'>; //# sourceMappingURL=LoopControllerNode.d.ts.map