import { Environment } from "@sitecore-search/react";
declare const Search: ({ discoverDomainId, env, customerKey, apiKey, searchSource, rfkId, ...props }: {
    discoverDomainId: string;
    env: Environment;
    customerKey: string;
    apiKey: string;
    searchSource?: string;
    rfkId: string;
    title?: string;
    noResultFound?: string;
    description?: string;
    inputPlaceholder?: string;
    mapIcon?: string;
    radiusInKM?: number;
    customArticleRenderer?: (article: any) => JSX.Element;
    layout?: "SearchWithInputOnTopWithParallelMapAndContent" | "SearchWithInputMapContentStack" | "SearchWithInputOnTopWithParallelMapAndContentSmallMap" | "SearchWithParallelMapAndInputWithContent" | "SearchWithInputOnTopWithParallelMapAndContentReverse" | "SearchWithInputOnTopWithParallelMapAndContentSmallMapReverse" | "SearchWithParallelMapAndInputWithContentReverse" | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export default Search;
//# sourceMappingURL=Search.d.ts.map