import { OnInit } from '@angular/core'; import { TranslocoService } from '@jsverse/transloco'; import { SpiderlyMessageService } from '../../../services/spiderly-message.service'; import { AuthServiceBase } from '../../../services/auth.service.base'; import * as i0 from "@angular/core"; export declare class LoginVerificationComponent implements OnInit { private authService; private messageService; private translocoService; email: string; userId: number; constructor(authService: AuthServiceBase, messageService: SpiderlyMessageService, translocoService: TranslocoService); ngOnInit(): void; resendVerificationToken(): void; onCodeSubmit(event: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }