export namespace EVENTS { let RESIZE: string; let CHANGE: string; let OFF: string; let ON: string; let UPDATE: string; let ERROR: string; }