import { ComponentType, PropsWithChildren } from "react";
import { NodeTypes } from "@xyflow/react";
import { ResultViewProps } from "@elastic/react-search-ui-views";
export declare function RelationsGraphProvider(props: PropsWithChildren<{
    resultView: ComponentType<ResultViewProps>;
    dark?: boolean;
    nodeTypes?: NodeTypes;
}>): import("react/jsx-runtime").JSX.Element;
