import { CdkHeaderRowDef } from '@angular/cdk/table'; /** * Header row definition for the aui-table. * Captures the header row's template and other header properties such as the columns to display. */ export declare class TableHeaderRowDefDirective extends CdkHeaderRowDef { columns: string[]; }