import Input from "./Input"

export type { IInputProps, IInputRef } from "./Input"
export type { ITextareaProps } from "./Textarea"

export default Input
