import { CdkCellDef } from '@angular/cdk/table'; /** * Cell definition for the aui-table. * Captures the template of a column's data row cell as well as cell-specific properties. */ export declare class TableCellDefDirective extends CdkCellDef { }