import { AfterViewInit } from '@angular/core'; export declare class CustomTableCellContentComponent implements AfterViewInit { htmlTemplate: any; content: any; constructor(); ngAfterViewInit(): void; }