import type { AnnotationRenderContext, PublicToolProps } from '../../types/index.js'; import PlanarFreehandROITool from './PlanarFreehandROITool.js'; export declare class PlanarFreehandContourSegmentationTool extends PlanarFreehandROITool { static toolName: string; constructor(toolProps: PublicToolProps); protected isContourSegmentationTool(): boolean; protected renderAnnotationInstance(renderContext: AnnotationRenderContext): boolean; } export default PlanarFreehandContourSegmentationTool;