import type { MoleculeView } from '@zakodium/nmrium-core'; import type { StateMoleculeExtended } from '../../../../data/molecules/Molecule.js'; interface DraggableStructureProps { moleculeView: MoleculeView; index?: number; molecule: StateMoleculeExtended; } export declare function DraggableStructure(props: DraggableStructureProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=DraggableStructure.d.ts.map