/** * https://gridstackjs.com/ * (c) 2020 rhlin, Alain Dumesny * gridstack.js may be freely distributed under the MIT license. */ import { DDDraggable } from './dd-draggable'; export declare class DDManager { static dragElement: DDDraggable; }