/**
 * @description elem to html
 * @author wangfupeng
 */
import { SlateElement } from "@wangeditor/editor";
declare function variableToHtml(elem: SlateElement): string;
declare const conf: {
    type: string;
    elemToHtml: typeof variableToHtml;
};
export default conf;
