import type { TagParseRule } from 'prosemirror-model'; import { type HeadingLevel } from "../const.js"; export { hasParentHeading, headingRule } from "../../../markdown/Heading/utils.js"; export { headingType } from "../../../markdown/Heading/HeadingSpecs/index.js"; export declare const getNodeAttrs: (level: HeadingLevel) => TagParseRule["getAttrs"];