import { type WcWallet } from '@reown/appkit-common-react-native'; export interface AllWalletsSearchProps { onItemPress: (wallet: WcWallet, displayIndex: number) => void; searchQuery?: string; } export declare function AllWalletsSearch({ searchQuery, onItemPress }: AllWalletsSearchProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map