import type { ReadonlyContentModelDocument } from 'roosterjs-content-model-types'; /** * @internal * For all selected paragraphs, if it has BR in middle of other segments, split the paragraph into multiple paragraphs * @param model The model to process */ export declare function splitSelectedParagraphByBr(model: ReadonlyContentModelDocument): void;