import { OnInit, AfterContentInit, QueryList } from '@angular/core'; import { RowComponent } from '../row/row.component'; export declare class FormComponent implements OnInit, AfterContentInit { arr: QueryList; constructor(); ngOnInit(): void; ngAfterContentInit(): void; }