import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core'; import { ComponentCellOptions } from './cbj-datatable.models'; export declare class CbjCompCellDirective implements OnInit { private viewContainerRef; private cfr; cbjCompCell: ComponentCellOptions; constructor(viewContainerRef: ViewContainerRef, cfr: ComponentFactoryResolver); ngOnInit(): void; }