import { TuiTableCell } from '../directives/cell.directive'; import { TuiTableDirective } from '../directives/table.directive'; import * as i0 from "@angular/core"; export declare class TuiTableTr>> { private readonly cells; private readonly body; protected readonly table: TuiTableDirective; protected readonly items: import("@angular/core").Signal>; protected readonly item: import("@angular/core").Signal>; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "tr[tuiTr]", never, {}, {}, ["cells"], ["*"], true, never>; }