import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { PersonalInfoService } from '../../services/profile/personal-info.service'; import { LanguageService } from '../../services/language.service'; import * as i0 from "@angular/core"; export declare class VerifyAccountComponent implements OnInit { protected activatedRoute: ActivatedRoute; protected router: Router; protected _updataUserInfoService: PersonalInfoService; protected languageService: LanguageService; token: string; email: string; error: string; success: string; language: {}; constructor(activatedRoute: ActivatedRoute, router: Router, _updataUserInfoService: PersonalInfoService, languageService: LanguageService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }