import { EmbeddedViewRef, TemplateRef, ViewContainerRef } from '@angular/core'; import { TableCacheContext } from '../../public-api'; import * as i0 from "@angular/core"; export declare class UlTableRowDirective { template: TemplateRef; vcr: ViewContainerRef; doc: Document; constructor(); RenderNested(ctx: TableCacheContext, nestedContainer: TemplateRef): EmbeddedViewRef> | undefined; UpdateCellsForRow(viewRefRow: EmbeddedViewRef>, newContext: TableCacheContext, noTemplateCell: TemplateRef): void; private RenderCells; RenderRow(ctx: TableCacheContext, noTemplateCell: TemplateRef, rowClickDelegate: () => void): EmbeddedViewRef>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }