import Input, { InputProps as TInputProps } from './Input'; export type InputProps = TInputProps; export default Input;