import { AfterViewInit, Injector, OnInit } from '@angular/core'; import { DataListBase, CrudListComponent } from 'tnx-shared'; import { WorkflowStepService } from 'tnx-admin-service/workflowcore/workflowstep/services'; export declare class WorkflowStepComponent extends DataListBase implements OnInit, AfterViewInit { protected _injector: Injector; protected _workflowStepService: WorkflowStepService; crudList: CrudListComponent; searchSchema: any; searchData: any; constructor(_injector: Injector, _workflowStepService: WorkflowStepService); ngOnInit(): void; }