import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { ConversionService } from '../services/conversion.service'; import { AuthService } from '../../../../services/auth.service'; import { FormBuilder, FormControl, FormGroup } from '@angular/forms'; import { Subscription } from 'rxjs'; import { ToastService } from 'tango-app-ui-shared'; import * as i0 from "@angular/core"; export declare class Step2Component implements OnDestroy, OnInit { modalService: NgbModal; private setterservice; private authservice; private fb; private cd; private toastService; storeCounts: any; featAreaOptions: any; selectedCounts: any; countOfStore: any; featArea: any; storedetials: boolean; textval: string; pricevalue: boolean; showmore: boolean; freeplan: string; plan: any; requestpopup: boolean; popup: boolean; timevalue: any; featAreaCamera: any; planName: any; productForm: FormGroup; callbackPreferredTiming: string; callbackDescription: FormControl; aboutFormData: any; pricingFormData: any; subscriptions: Subscription[]; selectedFeetArea: any; pricingData: any; enable: boolean; currency: any; constructor(modalService: NgbModal, setterservice: ConversionService, authservice: AuthService, fb: FormBuilder, cd: ChangeDetectorRef, toastService: ToastService); ngOnInit(): void; ngOnDestroy(): void; initForm(): void; activeStoreCount(data: any, message?: string): void; activefeatArea(data: any, message?: string): void; showViewMore(data: any): void; prevStep(): void; plandet(type: any): void; selectPlan(type: any): void; checkvalue(type: any): void; submitvalue(): void; close(): void; continuesignup(): void; openCalendlyModal(): void; products: any; getTrueKeys(obj: any): any; toggleKey(obj: any, key: any): any; getPricingData(): void; onPriceChange(key: any): void; checkIfAtleastOneSelected(product: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }