import type { Types } from '@cornerstonejs/core'; import type { SVGDrawingHelper } from '../types'; declare function drawHandle(svgDrawingHelper: SVGDrawingHelper, annotationUID: string, handleGroupUID: string, handle: Types.Point2, options: {}, uniqueIndex: any): void; export default drawHandle;