import { ViewContainerRef, TemplateRef } from '@angular/core'; import { IReactionOptions } from 'mobx'; import { MobxAutorunDirective } from './mobx-autorun.directive'; import * as i0 from "@angular/core"; export declare class MobxReactionDirective extends MobxAutorunDirective { protected templateRef: TemplateRef; protected viewContainer: ViewContainerRef; mobxReaction: any; mobxReactionOptions: IReactionOptions; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef); autoDetect(view: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }