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