import { OnInit, TemplateRef } from '@angular/core'; import { TableWidthConfig } from '../../data-table.model'; import { TableTrComponent } from '../row/tr.component'; import * as i0 from "@angular/core"; export declare class TableTbodyComponent implements OnInit { dataSource: any[]; rowTemplete: TemplateRef; nestedLayer: number; nestedIndex: string; virtualScroll: any; tableWidthConfig: TableWidthConfig[]; minHeight: string; minHeightStretchRow: TemplateRef; rowTempleteForSelect: TemplateRef; constructor(); ngOnInit(): void; trackByFn(index: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }