import { CdkCellDef } from '@angular/cdk/table';
import * as i0 from "@angular/core";
/**
 * 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 {
    static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDefDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDefDirective, "[auiTableCellDef]", never, {}, {}, never, never, true, never>;
}
