import * as _udecode_plate_core from '@udecode/plate-core'; import { PluginConfig } from '@udecode/plate'; import { TriggerComboboxPluginOptions } from '@udecode/plate-combobox'; type SlashConfig = PluginConfig<'slash_command', TriggerComboboxPluginOptions>; declare const BaseSlashInputPlugin: _udecode_plate_core.SlatePlugin>; declare const BaseSlashPlugin: _udecode_plate_core.SlatePlugin; export { BaseSlashInputPlugin, BaseSlashPlugin, type SlashConfig };