import { EventEmitter, OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class KwikIDInstructionComponent implements OnInit {
    config: any;
    animation: any;
    formConfig: any;
    headerConfig: any;
    footerConfig: any;
    scheduleLaterConfig: any;
    onClickStart: EventEmitter<any>;
    onClickScheduleLater: EventEmitter<any>;
    constructor();
    ngOnInit(): void;
    initInstructionsConfig(): void;
    initInstructionConsentsConfig(item: any, i: number, variant: string): any;
    handleOnClickStart(): void;
    handleOnClickScheduleLater(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDInstructionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDInstructionComponent, "kwikid-components-instruction", never, { "config": "config"; }, { "onClickStart": "onClickStart"; "onClickScheduleLater": "onClickScheduleLater"; }, never, never>;
}
