import { ChangeDetectorRef, OnInit } from '@angular/core'; import { TabService } from '@prutech/components'; import { Observable } from 'rxjs'; import { UserRequestListService } from './services/user-request-list.service'; import * as i0 from "@angular/core"; export declare class UserRequestListComponent implements OnInit { private userListService; private cdRef; private tabService; loading: Observable; constructor(userListService: UserRequestListService, cdRef: ChangeDetectorRef, tabService: TabService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }