import { OnInit, TemplateRef } from '@angular/core'; export declare class TableCellComponent implements OnInit { template: TemplateRef; constructor(); ngOnInit(): void; }