import type { FormatParser, MarginFormat } from 'roosterjs-content-model-types'; /** * @internal * Parser that subtracts the default list format (paddingInlineStart: 40px) from * the marginLeft of list item elements that have the MsoListParagraph class, * since Word adds the full indentation as margin on the paragraph, which * duplicates the padding the list element already provides. */ export declare const adjustWordListMarginParser: FormatParser;