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