import { OnInit, OnDestroy } from '@angular/core'; import { Logger } from '../../services/logger.service'; import { SubscriptionService } from '../../services/subscription.service'; import { DialogService } from '../../services/dialog.service'; import { ActivatedRoute } from '@angular/router'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class SubscriptionsComponent implements OnInit, OnDestroy { route: ActivatedRoute; private logger; private subService; private dialogService; private transloco; private $serviceChangeSubscription; hasParentIntegration: boolean; constructor(route: ActivatedRoute, logger: Logger, subService: SubscriptionService, dialogService: DialogService, transloco: TranslocoService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }