/**
 * @description formula plugin
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor/editor';
declare function withFormula<T extends IDomEditor>(editor: T): T;
export default withFormula;
