import { Schema } from "prosemirror-model";
export declare const schema: Schema<string, string>;
