import { OnInit } from '@angular/core'; export declare class TableBodyComponent implements OnInit { get classList(): string; constructor(); ngOnInit(): void; }