import { Node } from '@tiptap/core'; export declare const Document: Node<{ contentTypes?: "title block+" | "block+" | undefined; }, any>;