declare const useSearchHistory: () => { items: SearchHistory, clear: () => void }; export = useSearchHistory;