declare enum Action { PerformDefault = 0, PreventDefault = 1 } export default Action;