import { BlockNoteEditor } from "@blocknote/core"; import { DefaultReactSuggestionItem } from "@blocknote/react"; /** * Slash menu items for the Math block and inline Math content, for use with * the suggestion menu (combine with the default items via `combineByGroup`). * The Math specs live in an optional package, so the items aren't part of the * defaults - this lets consumers opt them in. Only items whose spec is * actually in the editor's schema are returned. */ export declare function getMathSlashMenuItems(editor: BlockNoteEditor): Omit[];