/**
 * List of HTML event handler attributes.
 *
 * @type {Array<string>}
 */
export const htmlEventAttributes: Array<string>;
