import type { AreaAnnotation, RulerAnnotation, Point, EditMode } from '../types'; export declare function getTextPosition(annotation: AreaAnnotation | RulerAnnotation | null, editMode?: EditMode | null, currentPoint?: Point): Point | null;