import { Input } from './input'; export type { InputType, InputAlignType, InputProps, ConfirmTextType, } from './input'; export default Input;