import { NodeProps } from "@xyflow/react";
import { ComponentType } from "react";
import { ResultViewProps } from "@elastic/react-search-ui-views";
export declare function ResultViewWrapper({ resultView: ResultView, id }: NodeProps & {
    resultView: ComponentType<ResultViewProps>;
}): import("react/jsx-runtime").JSX.Element;
