import type { Graph } from '@antv/g6'; import { ForwardRefExoticComponent, PropsWithChildren, PropsWithoutRef, RefAttributes } from 'react'; import type { FlowGraphOptions } from './types'; export declare const FlowGraph: ForwardRefExoticComponent> & RefAttributes>; export type { FlowGraphOptions };