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