import Input from './Input'; export { IInputProps } from './Input.props'; export { Input }; export default Input;