/** * @internal * Check whether the element contain Word attributes related to comments and if it does we should no process * this element. * @returns */ export declare function processWordComments(styles: Record, element: HTMLElement): boolean;