/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { VisualElement } from "../types"; /** based on framer-motion@4.1.11, Copyright (c) 2018 Framer B.V. */ declare function isDraggable(visualElement: VisualElement): boolean | undefined; export { isDraggable }; //# sourceMappingURL=is-draggable.d.ts.map