import type { Parser } from '../types';
import type { UseSchema } from '../../schemas';
export declare function fromHTML(content: string, useSchema: UseSchema, document: Document, DOMParser: Parser): import("prosemirror-model").Node;
