import { type Observable } from 'rxjs';
import type { AuthOptions } from '../../auth-options';
import type { OpenIdConfiguration } from '../../config/openid-configuration';
import type { LoginResponse } from '../login-response';
import type { PopupOptions } from './popup-options';
export declare class PopUpLoginService {
    private readonly loggerService;
    private readonly responseTypeValidationService;
    private readonly urlService;
    private readonly authWellKnownService;
    private readonly popupService;
    private readonly checkAuthService;
    loginWithPopUpStandard(configuration: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], authOptions?: AuthOptions, popupOptions?: PopupOptions): Observable<LoginResponse>;
}
//# sourceMappingURL=popup-login.service.d.ts.map