import { Store } from '../Store'; import { GraphConfigInterface } from '../../config'; export declare class Drag { readonly store: Store; readonly config: GraphConfigInterface; isActive: boolean; behavior: import('d3-drag').DragBehavior; constructor(store: Store, config: GraphConfigInterface); }