/// import { IDynamicCustomResultRendererProps } from './interfaces/CustomSearchInterfaces'; export declare const DynamicCustomResultRenderer: ({ searchResultType, searchResults, onOptionClick, highlight, setShowResults, datePickerPosition, isLoading, showEmptyOption, activeSuggestion }: IDynamicCustomResultRendererProps) => JSX.Element;