export interface ScreenPoint { x: number; y: number; } /** Prefer the point 40% along a path, with an in-view vertex/centroid fallback. */ export declare function pickLabelAnchor(points: ScreenPoint[], pathLength: number, width: number, height: number, margin?: number): ScreenPoint | null; //# sourceMappingURL=label-layout.d.ts.map