/** * 渲染 footnotes 和 endnotes,这个需要最后执行 */ import Word from '../../Word'; export declare function renderNotes(word: Word): HTMLElement | null;