import { OnInit, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NubTableCellComponent implements OnInit { private viewContainerRef; set cell(cell: any); set metadata(metadata: any); localConfigs: { cell?: any; metadata?: any; }; constructor(viewContainerRef: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }