import React from 'react'; import { Option } from '../../../../data'; import { FunctionFragmentView } from '../../../../lib'; interface WorkflowFunctionSelectParameterProps { functionView: FunctionFragmentView; path: string; options: Option[]; selectedValue?: string; } export declare const WorkflowFunctionSelectParameter: React.FC; export {};