import { SigninModel } from '../../../../security/types'; import { AuthenticationService } from '../../../../security/authentication/authentication.service'; import { NavigationService } from '../../../services/navigation.service'; export declare class PortalLoginComponent { private authService; private navService; signinModel: SigninModel; captcha: Blob; constructor(authService: AuthenticationService, navService: NavigationService); onFormSubmit(): Promise; reloadCaptcha(): void; }