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