import type { ITableCellOptions } from 'docx'; import { type DocxThemePatchCollector } from './work-docx-theme-reference'; type TableCellPresentationOptions = Partial>; export declare function documentTableCellDocxOptions(cell: HTMLTableCellElement, docx: typeof import('docx'), themePatches?: DocxThemePatchCollector): TableCellPresentationOptions; export {};