import type { MoleculeView } from '@zakodium/nmrium-core'; type Annotation = MoleculeView['atomAnnotation']; export declare function useMoleculeAnnotationCore(id: string, moleculeView: MoleculeView): { handleToggleMoleculeLabel: () => void; isAnnotation: (annotation: Annotation) => boolean; handleChangeAtomAnnotation: (annotation: Annotation) => void; }; export {}; //# sourceMappingURL=useMoleculeAnnotationCore.d.ts.map