import type { DiaIDAndInfo } from 'openchemlib-utils'; import type { Axis } from '../../../assignment/AssignmentsContext.js'; import type { AtomData } from './AtomData.js'; /** * Returns the OCL id(s) and number of atoms of an atom when hovering over * or clicking on it. This is depending on an optional given axis. * In case of an heavy atom with bonded hydrogens the OCL id(s) * and number of these hydrogens are added as well. * * @param {DiaIDAndInfo} diaIDAndInfo - atom returned by OCLnmr component * @param {string} activeTab - active tab * @param {Axis} axis - current axis * */ export declare function extractFromAtom(diaIDAndInfo: DiaIDAndInfo | undefined, activeTab: string, axis?: Axis | null): AtomData; //# sourceMappingURL=extractFromAtom.d.ts.map