import { EventEmitter, OnInit } from '@angular/core'; import { UserModel } from '../../models/UserModel'; import * as i0 from "@angular/core"; export declare class MfaPopupComponent implements OnInit { user: UserModel; clear: EventEmitter; success: EventEmitter; error: EventEmitter; constructor(); ngOnInit(): void; close(event: any): void; loginSuccess(event: any): void; reset(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=mfa-popup.component.d.ts.map