declare class WindowEvents { /** * TODO: YUIDoc_comment * * @property CHANGE * @type {string} * @static */ static CHANGE: string; } export default WindowEvents;