import type { Edge, Node, ReactFlowProps } from '../../types';
/**
* The `` component is the heart of your React Flow application.
* It renders your nodes and edges and handles user interaction
*
* @public
*
* @example
* ```tsx
*import { ReactFlow } from '@xyflow/react'
*
*export default function Flow() {
* return ();
*}
*```
*/
declare const _default: (props: ReactFlowProps & import("react").RefAttributes) => import("react").JSX.Element;
export default _default;
//# sourceMappingURL=index.d.ts.map