import { OnInit, QueryList } from '@angular/core'; import { InfoTableRowDirective } from './info-table-row.directive'; import * as i0 from "@angular/core"; export declare class InfoTableComponent implements OnInit { _rows: QueryList; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }