import { ViewContainerRef, TemplateRef, OnInit, OnDestroy, EmbeddedViewRef } from '@angular/core'; export declare class TreeMobxAutorunDirective implements OnInit, OnDestroy { protected templateRef: TemplateRef; protected viewContainer: ViewContainerRef; protected templateBindings: {}; protected dispose: any; protected view: EmbeddedViewRef; treeMobxAutorun: any; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef); ngOnInit(): void; shouldDetach(): any; autoDetect(view: EmbeddedViewRef): void; ngOnDestroy(): void; }