export declare const attributeName = "data-canvas-drag-id"; export declare const getDragId: (compId: string) => string; export declare const getIdFromAttribute: (attrValue: string | null) => string | null; export declare const getDragSelector: (compId: string) => string; export declare const getDragTarget: (compId: string, parentId?: string) => HTMLElement;