import { EventEmitter, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { BehaviorSubject } from 'rxjs'; import { BytepicFormControlInputModel } from '../../models/bytepic-form-control-input-model'; import * as i0 from "@angular/core"; export declare class GenericEditFormComponent implements OnInit { myFormControlsSubject: BehaviorSubject; loading: boolean; title: string; titleIcon: string; readonly: boolean; onUpdate: EventEmitter; myFormControls: BytepicFormControlInputModel[]; updateFormData: FormGroup; constructor(); ngOnInit(): void; updateProfileData(value: string): void; ngOnDestroy(): void; editAllFields(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }