import type { HtmlSanitizerOptions } from 'roosterjs-editor-types'; /** * @internal * Remove the deprecated colors from pasted content * @param sanitizingOption the sanitizingOption of BeforePasteEvent * */ export default function sanitizeHtmlColorsFromPastedContent(sanitizingOption: Required): void;