import { Fragment, Schema } from '@sse-editor/pm/model'; export declare function getHTMLFromFragment(fragment: Fragment, schema: Schema): string;