import type { Annotation } from '../types/AnnotationTypes.js'; export default function setAnnotationLabel(annotation: Annotation, element: HTMLDivElement, updatedLabel: string): void;