import { Schema } from '@tiptap/pm/model'; export declare const schema: Schema<"doc" | "paragraph" | "blockquote" | "horizontal_rule" | "heading" | "code_block" | "ordered_list" | "bullet_list" | "list_item" | "text" | "image" | "hard_break", "italic" | "bold" | "link" | "code">;