import { EditorView } from '@tiptap/pm/view'; export declare const handleRichTextImagePaste: (view: EditorView, event: ClipboardEvent) => boolean;