import { CdkHeaderRowDef } from '@angular/cdk/table'; import * as i0 from "@angular/core"; /** * 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: Iterable; set auiTableHeaderRowDefSticky(val: boolean); get auiTableHeaderRowDefSticky(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }