import { CdkRow } from '@angular/cdk/table'; /** Data row template container that contains the cell outlet. Adds the right class and role. */ export declare class TableRowComponent extends CdkRow { }