/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { VisualElement } from "../../types"; /** * Returns a boolean stating whether or not we converted the projection * to relative projection. */ declare function convertToRelativeProjection(visualElement: VisualElement, isLayoutDrag?: boolean): boolean; export { convertToRelativeProjection }; //# sourceMappingURL=convert-to-relative.d.ts.map