import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { ConfigService } from '../../services/config.service'; import { Observable } from 'rxjs'; import { IMyAccountVm } from '../../../../fas-payments/my-account-vm.model'; import { IPlatformSubscriptionPlanVm } from '../../../../fas-payments/platform-subscription-plan-vm.model'; import { SelectedPlanService } from '../../services/selected-plan.service'; import { LoginStatusService } from '../../services/login-status.service'; import { SharedDataService } from '../../services/shared-data.service'; import * as i0 from "@angular/core"; export declare class TrialComponent implements OnInit { private router; private configService; private sharedDataService; private selectedPlanService; private loginStatusService; constructor(router: Router, configService: ConfigService, sharedDataService: SharedDataService, selectedPlanService: SelectedPlanService, loginStatusService: LoginStatusService); isLogged: boolean; myAccountData: IMyAccountVm; plans: IPlatformSubscriptionPlanVm[]; content: any; currentPlanData: any; currentCompanydata: any; daysToEnd: number; mainColor: string; ngOnInit(): void; getLoginStatus(): Observable; getMyAccountData(): Observable; getDaysRemaining(targetDate: string): void; getAllPlansList(): Observable; buyPlan(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }