import { ElementRef, ViewContainerRef } from '@angular/core'; export declare class CellHolderDirective { hostRef: ElementRef; viewContainerRef: ViewContainerRef; constructor(hostRef: ElementRef, viewContainerRef: ViewContainerRef); }