import { type TableConditionalProperties } from "https://deno.land/x/docxml@5.7.2/src/properties/table-conditional-properties.ts";
The typing for <w:tblStylePr>
definition: { type: TableConditionalTypes; cell?: null | TableCellProperties; paragraph?: null | ParagraphProperties; text?: null | TextProperties; table?: null | TableProperties; }