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