import { AfterContentInit, EventEmitter } from '@angular/core'; import type { QueryList } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { FormGroup } from '@angular/forms'; import { FInputComponent } from '../f-input/f-input.component'; import * as i0 from "@angular/core"; export declare class FFormComponent implements AfterContentInit { private http; static readonly cmpName: string; class: string; formGroup: FormGroup; url: string; submitted: EventEmitter>; fields: QueryList; constructor(http: HttpClient); ngAfterContentInit(): void; onSubmit(event: Event): void; get classes(): string; private collect; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }