/// <reference types="react" />
import { PluginComponent } from '../Plugin';
export default class FontUnderline extends PluginComponent {
    static pluginName: string;
    private handleKeyboard;
    constructor(props: any);
    componentDidMount(): void;
    componentWillUnmount(): void;
    render(): JSX.Element;
}
