import { Editor as CoreEditor } from '@tiptap/core';
export declare class Editor extends CoreEditor {
    contentElement: HTMLElement | null;
}
