import { OnInit, OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import { Logger } from '../../services/logger.service'; import { SpaControlService } from '../../services/spa-control.service'; import { ActivatedRoute, Router } from '@angular/router'; import { ParentRedirectService } from '../../services/parent-redirect.service'; import * as i0 from "@angular/core"; export declare class UsersComponent implements OnInit, OnDestroy { private router; route: ActivatedRoute; private logger; private spaControl; private parentRedirectService; private $toUnsubscribe; canManage$: Observable; canViewInvites$: Observable; parentIntegrationEnabled: boolean; constructor(router: Router, route: ActivatedRoute, logger: Logger, spaControl: SpaControlService, parentRedirectService: ParentRedirectService); ngOnInit(): void; navigateToInvite(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }