export declare const KEYPRESS: string; export declare const ONCHANGE: string; export declare const ONCLICK: string; export declare const ONKEYUP: string; export declare const ONBLUR: string; export declare const ONFOCUS: string; export declare const ELEMENT_VALUE: string; export declare const BLUR: string; export declare const FOCUS: string; export declare const CHANGE: string; export declare const KEY_DOWN: string; export declare const KEY_PRESS: string; export declare const PASTE: string;