/// <reference types="react" />
import { PluginComponent } from '../Plugin';
export default class BlockQuote extends PluginComponent {
    static pluginName: string;
    render(): JSX.Element;
}
