import { IBaseGraphStateWithOmitProps } from "./types"; import { ReactFlowInstance, type Node, Edge } from "@xyflow/react"; import React from "react"; import '@xyflow/react/dist/style.css'; import './components/NodeRenderFactory'; declare const BaseGraph: (props: IBaseGraphStateWithOmitProps & React.RefAttributes) => React.ReactElement; export default BaseGraph;