import { ViewContainerRef, TemplateRef, Renderer } from '@angular/core'; import { MobxAutorunDirective } from './mobx-autorun.directive'; export declare class MobxReactionDirective extends MobxAutorunDirective { protected templateRef: TemplateRef; protected viewContainer: ViewContainerRef; protected renderer: Renderer; mobxReaction: any; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef, renderer: Renderer); autoDetect(view: any): void; }