import type { ContentModelListItemLevelFormat, FormatParser } from 'roosterjs-content-model-types'; /** * @internal * Parser for processing list level formatting specific to Word Desktop * @param format The list item level format to modify * @param element The HTML element being processed * @param _context The DOM to model context * @param defaultStyle The default style properties */ export declare const listLevelParser: FormatParser;