import { Schema } from 'prosemirror-model'; declare const BuiltInSchema: Schema<"blockquote" | "table" | "image" | "text" | "heading" | "ordered_list" | "bullet_list" | "list_item" | "doc" | "paragraph" | "horizontal_rule" | "code_block" | "hard_break" | "table_row" | "table_cell" | "table_header", "link" | "code" | "em" | "strong">; export default BuiltInSchema;