import type { ContentModelTableFormat, FormatParser } from 'roosterjs-content-model-types'; /** * @internal * Parser for processing table formatting specific to Word Desktop * @param format The table format to modify * @param element The HTML element being processed */ export declare const wordTableParser: FormatParser;