import { CdkFooterRow, CdkHeaderRow, CdkRow, CdkNoDataRow } from '@angular/cdk/table'; import * as i0 from "@angular/core"; export declare class RealsoftHeaderRow extends CdkHeaderRow { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** Footer template container that contains the cell outlet. Adds the right class and role. */ export declare class RealsoftFooterRow extends CdkFooterRow { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** Data row template container that contains the cell outlet. Adds the right class and role. */ export declare class RealsoftRow extends CdkRow { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** Row that can be used to display a message when no data is shown in the table. */ export declare class RealsoftNoDataRow extends CdkNoDataRow { _contentClassName: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }