import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { Subscription } from 'rxjs'; import { AuthService } from '../../../../services/auth.service'; import { ActivatedRoute, Router } from '@angular/router'; import { GlobalStateService } from 'tango-app-ui-global'; import { ToastService } from 'tango-app-ui-shared'; import { ConversionService } from '../services/conversion.service'; import * as i0 from "@angular/core"; interface InputStyles { [key: string]: string; } export declare class Step3Component implements OnInit, OnDestroy { modalService: NgbModal; private authService; private router; private route; private cd; private gs; private toastService; private setterservice; inputValue: string; isActive: boolean; isHovered: boolean; isDisabled: boolean; authlocalStorageToken: string; enableAgree: boolean; onMouseEnter(): void; onMouseLeave(): void; onInputChange(value: string): void; getInputStyles(): InputStyles; panelOpenState: boolean; termsandcondition: any; type: any; accountData: any; terms: any; idvalue: any; email: any; showvalue: boolean; ngOtpInputRef: any; counter: number; tick: number; resend: boolean; countDown: any; otp: any; aboutFormData: any; pricingFormData: any; returnUrl: any; invalidOtp: boolean; subscriptions: Subscription[]; constructor(modalService: NgbModal, authService: AuthService, router: Router, route: ActivatedRoute, cd: ChangeDetectorRef, gs: GlobalStateService, toastService: ToastService, setterservice: ConversionService); ngOnDestroy(): void; ngOnInit(): void; updateterms(evt: any): void; enterpriseactivate(): void; resendOTP(): void; otpsubmit(): void; onOtpChange(event: any): void; getTrueKeys(obj: any): string[]; userProfile(): void; prevStep(): void; onScroll(event: any): void; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};