import type { Types } from '@cornerstonejs/tools'; export default class LabelData { protected tid300Item: any; protected annotation: Types.Annotation; ReferencedSOPSequence: any; constructor(tid300Item: any, annotation: Types.Annotation); contentItem(): any; protected fixScoordRelationships(contentEntries: unknown[]): void; protected normalizeContentSequence(contentSeq: unknown): Array>; filterCornerstoneFreeText(contentEntries: any): void; createQualitativeLabel(label: string): any; createQualitativeLabelPosition(annotation: Types.Annotation): any; }