export declare const useRecentSearches: jest.Mock<{
    items: string[];
    addSearchHistoryItem: (value: string) => string;
    removeSearchHistoryItem: (value: string) => string;
}, [], any>;
