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