import { TextToolContext } from "../../../lib/type/mouse/TextToolContext";
declare const toolInteraction: {
    isToolbarDrawing(): boolean;
    getBrushContext(): CanvasRenderingContext2D | null;
    getTextToolContext(): TextToolContext | null;
    isCropBoxManipulation(): boolean;
};
export default toolInteraction;
