import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class UnauthorizedComponent implements OnInit {
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<UnauthorizedComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedComponent, "lib-unauthorized", never, {}, {}, never, never, false, never>;
}
