import { Sym } from '../../openxml/word/Sym'; import Word from '../../Word'; export declare function renderSym(word: Word, sym: Sym): HTMLElement;