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