import type { CanvasElementSnapshot } from "../../../lib/type/components/canvas";
export declare const isInteractingWithNonTextElement: (hoveredElementSnapshot: CanvasElementSnapshot | null | undefined, activeElementSnapshot: CanvasElementSnapshot | null | undefined, pointerStyle: string) => boolean;
export declare const resetTextClickTracking: () => void;
export declare const shouldActivateTextEdit: (elementId: string) => boolean;
