import { Graph as G6Graph } from '@antv/g6'; import React from 'react'; import type { GraphinProps } from './types'; type GraphRef = G6Graph | null; export declare const Graphin: React.MemoExoticComponent>>; export {};