import { CdkCell, CdkColumnDef } from '@angular/cdk/table'; import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** Cell template container that adds the right classes and role. */ export declare class TableCellDirective extends CdkCell { direction: 'column' | 'row'; constructor(columnDef: CdkColumnDef, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }