/** * 切换下划线的指令 * @param {*} editor * @param {*} ranges */ declare function toggleUnderlineMark(options: any, editor: any): any; export { toggleUnderlineMark };