import React from "react"; import { type ICommandPluginProps } from "./command-plugin"; type ISlashCommandPluginProps = Omit; declare function SlashCommandPlugin(props: ISlashCommandPluginProps): React.ReactElement; export { SlashCommandPlugin };