import { EventEmitter, OnInit } from '@angular/core'; import { GridFormComponent } from '..'; export declare class FieldGridFormComponent implements OnInit { constructor(); f: GridFormComponent; get form(): any; set form(f: any); name: string; index: number; changed: EventEmitter; ngOnInit(): void; onChange(value: any): void; }