import { OnInit } from '@angular/core'; import { EmopPublicWorkflowCreateService } from '../../emop-public-workflow-create.service'; export declare class EmopPublicWorkflowCreateNewComponent implements OnInit { EmopPublicWorkflowCreateService: EmopPublicWorkflowCreateService; template: any; workflowName: string; remark: string; constructor(EmopPublicWorkflowCreateService: EmopPublicWorkflowCreateService); ngOnInit(): void; templateChange(template: any): void; }