import React from 'react'; import { FunctionFragmentView } from '../../../../lib'; interface WorkflowFunctionCodeBlockProps { functionView: FunctionFragmentView; } export declare const WorkflowFunctionCodeBlock: React.FC; export {};