export declare class IEvent { name: any; value: any; domEvent: any; constructor(name: string | null | undefined, value: any, domEvent?: any); }