import { AuthService } from '@indice/ng-auth';
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LoggedOutComponent implements OnInit {
    private authService;
    constructor(authService: AuthService);
    status: string;
    finished: boolean;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LoggedOutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LoggedOutComponent, "lib-logged-out", never, {}, {}, never, never, false, never>;
}
