import { Input } from './input';
export type { WebInputType as InputType, WebInputProps as InputProps, InputConfirmType, InputFormatTrigger, } from "../../types";
export default Input;
