import type { Point } from '../../../types'; export declare function getCircleTextPosition(point: Point, radius: number): Point;