declare const DOMPropNames: Set<string>;
declare const DOMEventNames: Set<string>;

export { DOMEventNames, DOMPropNames };
