import { AuthService, ConfigService, ContextService } from '@nakedobjects/services';
import * as i0 from "@angular/core";
export declare class LoginComponent {
    readonly context: ContextService;
    readonly auth: AuthService;
    readonly configService: ConfigService;
    constructor(context: ContextService, auth: AuthService, configService: ConfigService);
    static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "nof-login", never, {}, {}, never, never, false, never>;
}
