import React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; declare type Props = { color?: string; style?: StyleProp; }; declare const SearchIcon: React.FC; export default SearchIcon;