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;
