import React from 'react'; import { TextInputProps, TouchableOpacityProps } from 'react-native'; interface SearchProps { backgroundColor: string; searchOnpressText: any; searchIcon: any; } declare const Search: React.FC; export default Search;