import { OnInit } from '@angular/core';
import { ActivatedRoute, Router } from "@angular/router";
import { SmartAuthService } from "../../services/smart-auth.service";
import * as i0 from "@angular/core";
export declare class CallbackComponent implements OnInit {
    private router;
    private route;
    private auth;
    /**
     * Error message to display if authentication failed
     */
    error?: string;
    constructor(router: Router, route: ActivatedRoute, auth: SmartAuthService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CallbackComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CallbackComponent, "sof-callback", never, {}, {}, never, never, false, never>;
}
