import React from 'react'; import { FunctionFragmentView } from '../../../../lib'; type WorkflowFunctionTextParameterProps = { name?: string; baseType: string; path: string; functionView: FunctionFragmentView; }; export declare const WorkflowFunctionTextParameter: React.FC; export {};