import Input from './Input'; export type { InputProps } from './Input'; export type { TextAreaProps } from './TextArea'; export type { PasswordProps } from './Password'; export default Input;