/// <reference types="react" />
import { type NodeOrigin } from '@xyflow/system';
import type { ReactFlowProps } from '../../types';
export declare const initNodeOrigin: NodeOrigin;
declare const ReactFlow: import("react").ForwardRefExoticComponent<ReactFlowProps & import("react").RefAttributes<HTMLDivElement>>;
export default ReactFlow;
//# sourceMappingURL=index.d.ts.map