import { TempSelectionBounds } from "../../../lib/type/mouse/SelectionBoxTypes";
export declare const updateCursorOnSelectionBorder: (currentX: number, currentY: number, context: CanvasRenderingContext2D) => void;
export declare const renderTempSelectionBounds: (bounds: TempSelectionBounds, context: CanvasRenderingContext2D, controller: HTMLCanvasElement, screenShotImageController: HTMLCanvasElement) => void;
