import type { ContentModelBlockFormat } from 'roosterjs-content-model-types'; /** * @internal * Parser for adjusting percentage-based line heights and converting 'normal' to a specific percentage * @param format The block format to modify * @param element The HTML element being processed */ export declare function adjustPercentileLineHeight(format: ContentModelBlockFormat, element: HTMLElement): void;