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