import Word from '../../Word'; import { InlineText } from '../../openxml/word/InlineText'; /** * 渲染 smart tag */ export default function renderInlineText(word: Word, inlineText: InlineText, parent: HTMLElement): void;