import { CellComponent } from './cell.component';
import { ColumnConfig } from '../../column-config.model';
import * as i0 from "@angular/core";
export declare class TextCellComponent implements CellComponent {
    column: ColumnConfig;
    row: object;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextCellComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TextCellComponent, "mdt-text-cell", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, false, never>;
}
