import { CdkCell, CdkColumnDef } from '@angular/cdk/table'; import { ElementRef } from '@angular/core'; /** Cell template container that adds the right classes and role. */ export declare class TableCellDirective extends CdkCell { constructor(columnDef: CdkColumnDef, elementRef: ElementRef); }