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