/// import { PluginComponent } from '../Plugin'; export default class BlockCodeInline extends PluginComponent { static pluginName: string; render(): JSX.Element; }