import type { Range } from '@zakodium/nmr-types'; interface MultiplicityTreeProps { range: Range; } export default function MultiplicityTree(props: MultiplicityTreeProps): import("react/jsx-runtime").JSX.Element[] | null; export {}; //# sourceMappingURL=MultiplicityTree.d.ts.map