import { OnInit } from '@angular/core'; import { AuthService } from '../auth.service'; export declare class VerifyModalComponent implements OnInit { private authSvc; emailResent: boolean; constructor(authSvc: AuthService); ngOnInit(): void; resendEmail(): void; }