import { TextRun } from 'docx'; declare function breakLine(conf?: any): TextRun; export default breakLine;