import type { MoleculeView } from '@zakodium/nmrium-core'; import type { OCLnmrProps } from 'react-ocl-nmr'; import type { StateMoleculeExtended } from '../../../data/molecules/Molecule.js'; interface MoleculeStructureProps extends Pick { moleculeView: MoleculeView; renderAsSVG?: boolean; molecule: StateMoleculeExtended; showMoleculeLabel?: boolean; index?: number; } export declare function MoleculeStructure(props: MoleculeStructureProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MoleculeStructure.d.ts.map