import { AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import { PasoWizard } from "../../../../interface/wizard-informacion.types"; import { FormGroup } from "@angular/forms"; import { Subject } from "rxjs"; import { ButtonControlService } from "../../../../services/button-control.service"; import { EvkHttpService } from "@evomatik/evk-common"; import { DataWizardService } from "../../../../services/data-wizard.service"; import { DatosSeccionWizardEventsService } from "../../../../services/datos-seccion-wizard-events.service"; import { WizardEventsService } from "../../../../services/wizard-events.service"; import * as i0 from "@angular/core"; export declare class ValidacionCodigoComponent implements OnInit, OnDestroy, AfterViewInit { data: any; http: EvkHttpService; dataWizardService: DataWizardService; private buttonControlService; datosSeccionWizard: DatosSeccionWizardEventsService; private wizardEventsService; config: PasoWizard; paso: PasoWizard; folioExpediente: string; showSpinner: boolean; readonly: boolean; showValidIcon: boolean; showInvalidIcon: boolean; doneForm: Subject; private _unsubscribeAll; validacionCodigoForm: FormGroup; constructor(data: any, http: EvkHttpService, dataWizardService: DataWizardService, buttonControlService: ButtonControlService, datosSeccionWizard: DatosSeccionWizardEventsService, wizardEventsService: WizardEventsService); ngAfterViewInit(): void; ngOnInit(): void; onSelectionChanged(data: any, save?: boolean): void; obSerbarCambiosDataExpediente(): void; validarInformacion(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }