import { PropBinding } from './PropBinding'; export declare class EventBinding extends PropBinding { bind(target: any): void; static ρAnn(): any; }