/// <reference types="react" />
import { TextInputProps } from "react-native";
export default function Input(props: TextInputProps): JSX.Element;
