import type { Peak1D } from '@zakodium/nmr-types'; interface EditPeakShapeModalProps { onCloseDialog: () => void; peak?: Peak1D; } export declare function EditPeakShapeModal(props: EditPeakShapeModalProps): import("react/jsx-runtime").JSX.Element | undefined; export {}; //# sourceMappingURL=EditPeakShapeModal.d.ts.map