import { OnDestroy, OnInit } from '@angular/core'; import { SubscriptionsService } from '../../services/api/subscriptions.service'; import { SelectedPlanService } from '../../services/selected-plan.service'; import { LoginStatusService } from '../../services/login-status.service'; import { MyAccountService } from '../../services/api/my-account.service'; import { Observable } from 'rxjs'; import { SharedDataService } from '../../services/shared-data.service'; import { InvoiceDataService } from '../../services/api/invoice-data.service'; import { ConfigService } from '../../services/config.service'; import * as i0 from "@angular/core"; export declare class MainComponent implements OnInit, OnDestroy { private subscriptionsService; private selectedPlanService; private loginStatusService; private invoiceDataService; private sharedDataService; private myAccountService; private configService; private destroy$; constructor(subscriptionsService: SubscriptionsService, selectedPlanService: SelectedPlanService, loginStatusService: LoginStatusService, invoiceDataService: InvoiceDataService, sharedDataService: SharedDataService, myAccountService: MyAccountService, configService: ConfigService); isTrialNotAvailable: boolean; checkIsLogged: boolean; companyGuid: string; isLogged: boolean; ngOnInit(): void; ngOnDestroy(): void; checkAndSetLoginStatus(): Observable; getLoginStatus(): Observable; getMyAccountData(): Observable | Observable; getInvoiceData(): Observable | Observable; getSubscriptions(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }