import Word from '../../Word'; /** * 动态生成目录 HTML(当文档 TOC 字段没有缓存条目时使用) */ export declare function renderTOC(word: Word): HTMLElement;