import { AfterViewChecked, AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FormInfo } from './form-info'; import * as i0 from "@angular/core"; export declare class FluidFormComponent implements OnInit, OnChanges, AfterViewInit, AfterViewChecked { model: object | undefined; modelChange: EventEmitter; modelProperty: string | undefined; formInfo: FormInfo; formGroup: FormGroup; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; ngAfterViewChecked(): void; onSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }