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