import { OnInit, QueryList, TemplateRef } from '@angular/core'; import { TableCellComponent } from '../table-cell/table-cell.component'; export declare class TableRowComponent implements OnInit { cellTemplates: QueryList; template: TemplateRef; constructor(); ngOnInit(): void; }