import { CdkHeaderRow } from '@angular/cdk/table'; /** Header template container that contains the cell outlet. Adds the right class and role. */ export declare class TableHeaderRowComponent extends CdkHeaderRow { }