export declare namespace DraggableObjectFunctions { function draggable(element: SVGElement, g: SVGGElement): void; function appendDragFunctionsToDocument(): void; }