import { TrPr } from '../../openxml/word/table/Tr'; import Word from '../../Word'; export declare function parseTrPr(word: Word, element: Element): TrPr;