/// import { ISingleSelectSearchResult } from '../../interfaces/CustomSearchInterfaces'; import '../../search.scss'; export declare const SingleSelectSearchResult: ({ options, onOptionClick, highlight, setShowResults, isLoading, showEmptyOption, activeSuggestion }: ISingleSelectSearchResult) => JSX.Element;