import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiTableCell {
    tuiCell: string;
    readonly template: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableCell, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTableCell, "ng-template[tuiCell]", never, { "tuiCell": { "alias": "tuiCell"; "required": false; }; }, {}, never, never, true, never>;
}
