import type { Klass, LexicalNode } from 'lexical';
/**
 * The default OSS node set registered with the editor: headings, quotes,
 * lists, links, and code. Extend via the `nodes` prop / option rather than
 * editing this list.
 */
export declare const DEFAULT_NODES: ReadonlyArray<Klass<LexicalNode>>;
//# sourceMappingURL=editorNodes.d.ts.map