import * as React from 'react'; import './index.scss'; export interface OperationOption { displayName: string; id: string; operationRef: string; operationType: string; } export interface CbayelWorkflowOpinionFormProps { getFormValues: any; validateForms: any; ctx: any; __designMode: 'design'; } declare const WorkflowOpinionForm: React.FC; export default WorkflowOpinionForm;