import { type Fragment, type Schema } from 'prosemirror-model';
export declare function getHTMLFromFragment(fragment: Fragment, schema: Schema): string;
//# sourceMappingURL=getHTMLFromFragment.d.ts.map