import { HistoryItem } from './HistoryItem'; export declare type RecentSearchesItem = HistoryItem & { category?: string; };