import { CdkCell } from '@angular/cdk/table'; import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TableExpandButtonCellComponent extends CdkCell { expand: boolean; disabled: boolean; expandChange: EventEmitter; get expanded(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class TableExpandPanelCellComponent extends CdkCell { expand: boolean; background: boolean; get expanded(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }