import { VisualElement } from "../types";
export declare function isDraggable(visualElement: VisualElement): boolean | undefined;
