import type { ReactFlowInstance, Node, Edge } from '../types'; /** * Hook for accessing the ReactFlow instance. * * @public * @returns ReactFlowInstance */ export declare function useSolidFlow(): ReactFlowInstance; //# sourceMappingURL=useReactFlow.d.ts.map