import React from 'react'; declare const SearchBar: React.FC<{ onSearch: (searchText: string) => void; }>; export default SearchBar;