import type { IProps, NsCollapsePanelModel, IOnActiveKeyChange, INodeFactoryArgs } from '../interface'; export interface IBodyProps extends IProps { state: NsCollapsePanelModel.IState; onActiveKeyChange: IOnActiveKeyChange; } export declare const defaultNodeFactory: (args: INodeFactoryArgs) => import("@antv/x6").Node; export declare const useGraphDnd: (props: IBodyProps) => { graphConfig: any; onMouseDown: any; modelService: any; commandService: any; };