/// export declare const nodeMenuConfig: { key: string; title: string; icon: JSX.Element; handler: (graph: import("@antv/x6").Graph, type?: any) => void; }[];