import type { ValueSanitizer } from 'roosterjs-content-model-types'; /** * Default style sanitizers for PastePlugin. */ export declare const DefaultSanitizers: Record; /** * @internal * exported only for unit test */ export declare function divParagraphSanitizer(value: string, tagName: string): string | null;