import React from 'react'; import { FunctionFragmentView } from '../../../lib'; interface WorkflowFunctionProps { functionView: FunctionFragmentView; viewIndex: number; } export declare const WorkflowFunction: React.FC; export {};