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