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