import { RenderItemComponentProps } from './types';
import { NormalizedSuggestion } from './utils';
export declare function defaultRenderItemType(suggestion: NormalizedSuggestion): string;
declare const SearchItem: React.FC<RenderItemComponentProps>;
export default SearchItem;
//# sourceMappingURL=SearchItem.d.ts.map