import type { Types } from '@cornerstonejs/core'; import type { SVGDrawingHelper } from '../types/index.js'; declare function drawTextBox(svgDrawingHelper: SVGDrawingHelper, annotationUID: string, textUID: string, textLines: Array, position: Types.Point2, options?: {}): SVGRect; export default drawTextBox;