import { Plugin } from '../entities/plugin'; export interface DragNodeOptions { nodeDraggable?: boolean; } export declare const DragNode: (options?: Partial | undefined, name?: string | undefined) => Plugin;