import { BaseSchemes, NodeEditor } from 'rete'; import { AreaPlugin } from 'rete-area-plugin'; import { Strategy } from './strategy'; export declare class ClickStrategy implements Strategy { private editor; private area; constructor(editor: NodeEditor, area: AreaPlugin); add(element: HTMLElement, create: () => BaseSchemes['Node']): void; private getViewportCenter; } //# sourceMappingURL=click-strategy.d.ts.map