import { ActivatedRoute } from '@angular/router'; import { CoreServices, NodeFooterBase } from '4sure-wilo'; export declare class WorkflowNodeFooterComponent extends NodeFooterBase { constructor(svc: CoreServices, route: ActivatedRoute); }