import { ComponentFactoryResolver, EventEmitter, OnChanges, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core'; export declare class DynamicsModuleDirective implements OnInit, OnChanges { private resolver; private container; module: any; searchResult: any; identifier: any; detailLayout: any; inSlide: any; componentRef: any; notSupportedEmitter: EventEmitter; clearResult: EventEmitter; close: EventEmitter; search: EventEmitter; page: EventEmitter; anchorCustom: EventEmitter; constructor(resolver: ComponentFactoryResolver, container: ViewContainerRef); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; }