import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { FormControl, FormGroup } from "@angular/forms"; import { PasoWizard } from "../../interface/wizard-informacion.types"; import { Subject } from "rxjs"; import { ActionField, SubFormEventsNotifiService } from "@evomatik/evk-forms"; import * as i0 from "@angular/core"; export declare class SimpleSectionComponent implements OnInit, AfterViewInit, OnDestroy { private subFormEventsNotifiService; idNegocio: string; typeUI: string; form: FormGroup; readOnly: boolean; paso: PasoWizard; expediente: any; configExpediente: any; formData: any; descargaZipByFolio: boolean; skipByVersion: boolean; readonly resultObject: EventEmitter; readonly chagesInSubForms: EventEmitter; doneFormData: Subject; actionsField: ActionField[]; private _unsubscribeAll; constructor(subFormEventsNotifiService: SubFormEventsNotifiService); ngAfterViewInit(): void; ngOnInit(): void; onDoneForm(value: Object): void; ngOnDestroy(): void; convertToUpperCase(params: {}): void; copyFirstSixCharacters(params: {}): void; searchControl(formGroup: FormGroup, nombreControl: string): FormControl | null; convertToMoneyFormat(params: {}): void; settearInfo(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }