import { default as Input } from './Input'; export { InputTypes } from './constants'; export * from './Input'; export default Input;