import type { DiaIDAndInfo } from 'openchemlib-utils'; import type { MouseEvent } from 'react'; export default function useAtomAssignment(): { handleOnAtomHover: (diaIDAndInfo: DiaIDAndInfo | undefined) => void; handleOnClickAtom: (diaIDAndInfo: DiaIDAndInfo | undefined, event: MouseEvent, moleculeId: string) => void; currentDiaIDsToHighlight: string[]; assignedDiaIDsMerged: string[]; }; //# sourceMappingURL=useAtomAssignment.d.ts.map