import { CdkHeaderCellDef } from '@angular/cdk/table'; /** * Header cell definition for the aui-table. * Captures the template of a column's header cell and as well as cell-specific properties. */ export declare class TableHeaderCellDefDirective extends CdkHeaderCellDef { }