import { EventEmitter, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { BytepicFormControlInputModel } from '../../models/bytepic-form-control-input-model'; import * as i0 from "@angular/core"; export declare class GenericAddFormComponent implements OnInit { yourFormControls: BytepicFormControlInputModel[]; errorMessage: string; title: string; saveButtonTitle: string; informationMessage: string; successMessage: string; learnMoreLink: string; processing: boolean; savedSuccessfully: boolean; onSave: EventEmitter; constructor(); ngOnInit(): void; save(data: FormGroup): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }