export declare class Dragger {
    graph: any;
    drag: any;
    constructor(graph: any);
    init(): void;
    getGrag(): any;
}
