import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite'; import type { DragndropPluginOptions } from './interfaces'; export declare class DragndropPlugin implements RenderingPlugin { dragndropPluginOptions: DragndropPluginOptions; static tag: string; constructor(dragndropPluginOptions: DragndropPluginOptions); apply(context: RenderingPluginContext): void; } //# sourceMappingURL=DragndropPlugin.d.ts.map