import * as React from "react"; import { TextInput, type TextInputProps } from "react-native"; declare function Input({ className, placeholderClassName, ...props }: TextInputProps & { ref?: React.RefObject; }): React.JSX.Element; export { Input }; //# sourceMappingURL=input.d.ts.map