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