import type { StateMoleculeExtended } from '../../data/molecules/Molecule.js'; interface MoleculeSelectionProps { molecules: StateMoleculeExtended[]; onChange: (element: number) => void; index?: number; } export default function MoleculeSelection(props: MoleculeSelectionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MoleculeSelection.d.ts.map