/** * 渲染 ruby 标签 */ import { Ruby } from '../../openxml/word/Ruby'; import Word from '../../Word'; export declare function renderRuby(word: Word, ruby: Ruby): HTMLElement;