import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { GnTableColumnConfig } from '../TableColumnConfig'; export declare class GnEditColumnDirective { private resolver; private container; private component; private row; private config; set setRow(value: any); set setColumnConfig(config: GnTableColumnConfig); constructor(resolver: ComponentFactoryResolver, container: ViewContainerRef); private setComponentRow; }