import { EventEmitter, OnInit } from "@angular/core";
import { TuiAlertService } from "@taiga-ui/core";
import * as i0 from "@angular/core";
export declare class KwikIDErrorComponent implements OnInit {
    private readonly alerts;
    config: any;
    headerConfig: any;
    footerConfig: any;
    scheduleLaterConfig: any;
    onClickScheduleLater: EventEmitter<any>;
    constructor(alerts: TuiAlertService);
    ngOnInit(): void;
    initErrorConfig(): void;
    handleOnClickCopyLink(message: string): void;
    handleOnClickScheduleLater(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDErrorComponent, "kwikid-components-error", never, { "config": "config"; }, { "onClickScheduleLater": "onClickScheduleLater"; }, never, never>;
}
