import { Schema } from 'prosemirror-model';
declare const schema: Schema<"blockquote" | "image" | "text" | "doc" | "paragraph" | "horizontal_rule" | "heading" | "hard_break" | "code_block" | "list_item" | "ordered_list" | "bullet_list", "link" | "code" | "em" | "s" | "strong" | "u" | "text_color" | "text_background_color">;
export default schema;
