import { Table } from "docx"; import type { CheerioAPI } from "cheerio"; import type { Element } from "domhandler"; import type { StyleResolver } from "./style-resolver.js"; import type { DocxBlock } from "./types.js"; export declare function convertTable($: CheerioAPI, table: Element, styleResolver?: StyleResolver, contentWidthTwips?: number, fillParent?: boolean): Table; export declare function convertTableBlock($: CheerioAPI, table: Element, styleResolver?: StyleResolver): DocxBlock; //# sourceMappingURL=table.d.ts.map