/** * Rotate diagram by 90 degrees * Architecture Fix: Rotates an inner instead of the parent
. */ export function rotateDiagram(): void; /** * Reset rotation */ export function resetRotation(): void; /** * Cleanup rotation on modal close * Architecture Fix: Unwraps the inner rotation group wrapper. */ export function cleanupRotation(): void; //# sourceMappingURL=rotate.d.ts.map