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