import { EditorExtension } from "../../EditorExtension";
export default class FormatClear extends EditorExtension {
    plugins: any[];
    get name(): string;
    commands(): (context: any) => (state: any, dispatch: any) => boolean;
}
