import { OnInit, OnDestroy } from '@angular/core'; import { InviteModel } from '../../api/invites'; import { ActivatedRoute, Router } from '@angular/router'; import { Logger } from '../../services/logger.service'; import { InviteService } from '../../services/invite.service'; import { DialogService } from '../../services/dialog.service'; import { MessageService } from '../../services/message.service'; import { SpaControlService } from '../../services/spa-control.service'; import { Observable } from 'rxjs'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class InviteDetailComponent implements OnInit, OnDestroy { route: ActivatedRoute; private router; private logger; private inviteService; private dialogService; private messageService; private spaControl; private transloco; private $subscriptions; loading: boolean; loadingClaimCode: boolean; resending: boolean; emailEnabled: boolean; saving: boolean; model: InviteModel; canManage$: Observable; constructor(route: ActivatedRoute, router: Router, logger: Logger, inviteService: InviteService, dialogService: DialogService, messageService: MessageService, spaControl: SpaControlService, transloco: TranslocoService); ngOnInit(): void; load(): void; resend(): void; getClaimCode(): void; getAccessLink(): void; delete(): void; isRootSubscription(sub: string): boolean; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }