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