import { OnInit } from '@angular/core'; export declare class TableRowInnerComponent implements OnInit { element: any; constructor(); ngOnInit(): void; }