import type { Types } from '@cornerstonejs/core'; import type { SVGDrawingHelper } from '../types'; declare function drawLinkedTextBox(svgDrawingHelper: SVGDrawingHelper, annotationUID: string, textBoxUID: string, textLines: Array, textBoxPosition: Types.Point2, annotationAnchorPoints: Array, textBox: unknown, options?: {}): SVGRect; export default drawLinkedTextBox;