/** * In the "Heading" editor, we only want to support heading tags. * However, when the editor is empty, and you start typing, Lexical automatically creates an empty "paragraph" node. * This ensures that any paragraph node is automatically converted to a heading node. */ export declare const EnsureHeadingTagPlugin: () => null;