import { Graph } from '@antv/x6'; export declare const registerEvents: (graph: Graph, nodeOnClick: any, edgeOnClick: any) => void; export declare const registerShortcuts: (graph: Graph) => void; export declare const createGraph: (container: HTMLDivElement, miniMapContainer: HTMLDivElement) => Graph;