import AbstractInputBox from '../AbstractInputBox/AbstractInputBox';
import { abstractComponentRegister, ThemableComponents } from '../../Theme';
import ValidationState from '../../enums/ValidationState';
export { ValidationState };
export default abstractComponentRegister.registerAbstractComponent(ThemableComponents.InputBox, AbstractInputBox);
