import { CdkRow } from '@angular/cdk/table'; import { AfterContentInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** Data row template container that contains the cell outlet. Adds the right class and role. */ export declare class TableRowComponent extends CdkRow implements AfterContentInit { private readonly elRef; disabled: boolean; hasPanel: boolean; constructor(elRef: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }