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