import type { SumOptions } from '@zakodium/nmrium-core'; type SaveInput = { sum: number; sumAuto: false; } | { moleculeId: string; mf: string; sumAuto: true; }; export interface ChangeSumModalContentsProps { sumOptions: SumOptions; onSave: (saveInput: SaveInput) => void; onClose: () => void; } export declare function ChangeSumModalContents(props: ChangeSumModalContentsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ChangeSumModalContents.d.ts.map