import { ProseMirror } from 'ak-editor-prosemirror'; export interface PasteContent { plain?: string; html?: string; } declare var _default: (pm: ProseMirror, content: PasteContent) => boolean; export default _default;