import * as _udecode_plate_core_react from '@udecode/plate-core/react'; import * as _udecode_plate_core from '@udecode/plate-core'; import * as _udecode_plate_combobox from '@udecode/plate-combobox'; declare const MentionPlugin: _udecode_plate_core_react.PlatePlugin<_udecode_plate_core.PluginConfig<"mention", { insertSpaceAfterMention?: boolean; } & _udecode_plate_combobox.TriggerComboboxPluginOptions, {}, { insert: { mention: (options: { search: string; value: any; key?: any; }) => void; }; }, {}>>; declare const MentionInputPlugin: _udecode_plate_core_react.PlatePlugin<_udecode_plate_core.PluginConfig<"mention_input", {}, {}, {}, {}>>; export { MentionInputPlugin, MentionPlugin };