import { AfterViewInit, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core'; import { NgForm, NgModel } from '@angular/forms'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class FormComponent implements OnInit, OnDestroy, AfterViewInit { submitted: EventEmitter; throttleMillis: number; private eventSubject; private subscription?; models: QueryList; form: NgForm; private currentModels; constructor(); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; private atualizaModels; touched(): void; untouched(): void; reset(): Observable; submit(form: NgForm): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }