import { TableComponent } from '../table.component'; import * as i0 from "@angular/core"; /** * LF table-cell component. */ export declare class TableCellComponent { private parentTableComponent; constructor(parentTableComponent: TableComponent); /** * Height of the cell. */ get _hostStyleHeight(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }