import { TextRun } from 'docx'; import { CommonConfType } from '../../types'; declare function text(conf: CommonConfType): TextRun; export default text;