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