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