import { ElementRef, ViewContainerRef } from '@angular/core'; export declare class CustomControlOutletDirective { viewContainerRef: ViewContainerRef; elementRef: ElementRef; jdCustomControlOutlet: string; constructor(viewContainerRef: ViewContainerRef, elementRef: ElementRef); }