import { Point } from '../../../types'; export declare function getRulerTextPosition([startPoint, endPoint]: [Point, Point]): Point;