export declare function handleRotate0Angle(direction: string, { newX, newY }: { newX: any; newY: any; }, { newWidth, newHeight }: { newWidth: any; newHeight: any; }, { translateX, translateY }: { translateX: any; translateY: any; }, { graphHeight, graphWidth }: { graphHeight: any; graphWidth: any; }, initialtopRightCorner: { x: number; y: number; }, initialBottomLeft: { x: number; y: number; }): { newX: any; newY: any; newHeight: any; newWidth: any; }; export declare function handleRotate90Angle(direction: string, { width, height }: { width: any; height: any; }, { newX, newY }: { newX: any; newY: any; }, { newWidth, newHeight }: { newWidth: any; newHeight: any; }, { translateX, translateY }: { translateX: any; translateY: any; }, { graphWidth, graphHeight }: { graphWidth: any; graphHeight: any; }, { extraWidth, extraHeight }: { extraWidth: any; extraHeight: any; }, { changeX, changeY }: { changeX: any; changeY: any; }, { changeBottomLeftX, changeBottomLeftY }: { changeBottomLeftX: any; changeBottomLeftY: any; }, { changeBottomRightX, changeBottomRightY }: { changeBottomRightX: any; changeBottomRightY: any; }): { newX: any; newY: any; newWidth: any; newHeight: any; }; export declare function handleRotate180Angle(direction: string, { newX, newY }: { newX: any; newY: any; }, { newWidth, newHeight }: { newWidth: any; newHeight: any; }, { translateX, translateY }: { translateX: any; translateY: any; }, { graphWidth, graphHeight }: { graphWidth: any; graphHeight: any; }, { extraWidth, extraHeight }: { extraWidth: any; extraHeight: any; }, { changeX, changeY }: { changeX: any; changeY: any; }, { changeBottomLeftX, changeBottomLeftY }: { changeBottomLeftX: any; changeBottomLeftY: any; }, { changeBottomRightX, changeBottomRightY }: { changeBottomRightX: any; changeBottomRightY: any; }): { newX: any; newY: any; newWidth: any; newHeight: any; }; export declare function handleRotate270Angle(direction: string, { newX, newY }: { newX: any; newY: any; }, { newWidth, newHeight }: { newWidth: any; newHeight: any; }, { translateX, translateY }: { translateX: any; translateY: any; }, { graphWidth, graphHeight }: { graphWidth: any; graphHeight: any; }, { extraWidth, extraHeight }: { extraWidth: any; extraHeight: any; }, { changeX, changeY }: { changeX: any; changeY: any; }, { changeBottomLeftX, changeBottomLeftY }: { changeBottomLeftX: any; changeBottomLeftY: any; }, { changeBottomRightX, changeBottomRightY }: { changeBottomRightX: any; changeBottomRightY: any; }): { newX: any; newY: any; newWidth: any; newHeight: any; }; export declare function handleRotate360Angle(direction: string, { newX, newY }: { newX: any; newY: any; }, { newWidth, newHeight }: { newWidth: any; newHeight: any; }, { translateX, translateY }: { translateX: any; translateY: any; }, { graphWidth, graphHeight }: { graphWidth: any; graphHeight: any; }, { extraWidth, extraHeight }: { extraWidth: any; extraHeight: any; }, { changeX, changeY }: { changeX: any; changeY: any; }, { changeBottomLeftX, changeBottomLeftY }: { changeBottomLeftX: any; changeBottomLeftY: any; }, { changeBottomRightX, changeBottomRightY }: { changeBottomRightX: any; changeBottomRightY: any; }): { newX: any; newY: any; newHeight: any; newWidth: any; };