/** * @author xh * @date 2022/09/06 18:00 * @description 存放富文本编辑器的一些默认配置 */ export declare const TOOL_BAR_CONFIG: (string | { key: string; title: string; iconSvg: string; menuKeys: string[]; })[];