import { PropsWithChildren } from "react";
/**
 * Dirty hack to add a non-functional SearchContext to Storybook stories. Only required for making showcases work for GenericResultView and RelationsGraph.
 * Not used for testing, as it does not work at all.
 * @param props
 * @constructor
 */
export declare function MockSearchProvider(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
