import { Observable } from 'rxjs'; import { PluginPriority } from '../plugin'; import { PropertyPlugin } from '../basic-plugins'; export declare class ObservableObjectValuePlugin implements PropertyPlugin | R, T> { priority: PluginPriority; setprop(prop: string, target: Observable | R | RawValue, host: HTMLElement): boolean; }