import type { Point } from '../types'; export declare function getEditingTextPosition(currentPoint: Point): Point;