import React from 'react'; import type { ReactFlowProps } from 'reactflow'; export declare const GraphWrapper: (args: ReactFlowProps) => React.JSX.Element;