declare enum ValidationState { Hidden = 0, Success = 1, Info = 2, Failure = 3, } export default ValidationState;