import { CdkCellDef, CdkColumnDef, CdkFooterCellDef, CdkHeaderCellDef } from '@angular/cdk/table'; import * as i0 from "@angular/core"; export declare class RealsoftCellDef extends CdkCellDef { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class RealsoftHeaderCellDef extends CdkHeaderCellDef { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class RealsoftFooterCellDef extends CdkFooterCellDef { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class RealsoftColumnDef extends CdkColumnDef { /** Unique name for this column. */ get name(): string; set name(name: string); protected _updateColumnCssClassName(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }