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