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