import { IPlatformSubscriptionPlanVm } from '../../../../../fas-payments/platform-subscription-plan-vm.model'; import { ConfigService } from '../../../services/config.service'; import { FormBuilder, FormGroup } from '@angular/forms'; import { AccessFromBookService } from '../../../services/api/access-from-book.service'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class BookComponent { private accessFromBookService; private configService; private formBuilder; private router; bookOffer: IPlatformSubscriptionPlanVm; constructor(accessFromBookService: AccessFromBookService, configService: ConfigService, formBuilder: FormBuilder, router: Router); loadingBookBtn: boolean; splitBadgeText: { price: string; period: string; }; plans: IPlatformSubscriptionPlanVm[]; bookForm: FormGroup; content: any; mainColor: string; submitBookForm: boolean; errorMessages: { global: string; login: never[]; password: never[]; }; ngOnInit(): void; nextStep(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }