import { OnInit } from '@angular/core'; import { SupervisorWorklistService } from './services/supervisor-worklist.service'; import { Observable } from 'rxjs'; import { TabService } from '@prutech/components'; import * as i0 from "@angular/core"; export declare class SupervisorWorklistComponent implements OnInit { private supervisorListService; private tabService; loading: Observable; constructor(supervisorListService: SupervisorWorklistService, tabService: TabService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }