import { BlockNoteEditor, BlockSchema, InlineContentSchema, StyleSchema } from "@blocknote/core"; import { DefaultReactGridSuggestionItem } from "./types.js"; export declare function getDefaultReactEmojiPickerItems(editor: BlockNoteEditor, query: string): Promise;