import type { IEditor } from 'roosterjs-content-model-types'; /** * @internal * Handle dropped HTML content by inserting it at the drop position */ export declare function handleDroppedContent(editor: IEditor, event: DragEvent, html: string, forbiddenElements: string[]): void;