import type { Spectrum } from '@zakodium/nmrium-core'; interface InnerExportAsJCAMPProps { closeDialog: () => void; spectrum?: Spectrum; } interface ExportAsJCAMPProps extends InnerExportAsJCAMPProps { exportActiveSpectrum?: boolean; } declare function ExportAsJcampModal(props: ExportAsJCAMPProps): import("react/jsx-runtime").JSX.Element | null; export default ExportAsJcampModal; //# sourceMappingURL=ExportAsJcampModal.d.ts.map