import type { ToolbarPopoverMenuItem } from '../elements/ToolbarPopoverItem.js'; declare const IMPORT_MENU: ToolbarPopoverMenuItem[]; type ExportMenuItemsId = 'nmrium_archive' | 'advance_save' | 'svg' | 'png' | 'copy' | 'nmre' | 'exportAsJcamp'; export type ExportMenuItems = Array>; declare const EXPORT_MENU: ExportMenuItems; export { EXPORT_MENU, IMPORT_MENU }; //# sourceMappingURL=toolbarMenu.d.ts.map