import { CdkHeaderCellDef } from '@angular/cdk/table'; import * as i0 from "@angular/core"; /** * 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 { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }