import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { UserListService } from './services/user-list.service'; import { AbstractComponent } from '../../shared/components/abstract-component'; import { TabService } from '@prutech/components'; import { UserListModel } from './models/user'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class UserListComponent extends AbstractComponent implements OnInit { private userListService; private tabService; private route; users: UserListModel[]; loading: Observable; constructor(userListService: UserListService, tabService: TabService, route: ActivatedRoute); ngOnInit(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }