import type { NodeSpec } from 'prosemirror-model'; import type { ExtensionAuto } from "../../../../core/index.js"; export { YfmHeadingAttr } from "./const.js"; export type YfmHeadingSpecsOptions = { /** * @deprecated: use placeholder option in BehaviorPreset instead. */ headingPlaceholder?: NonNullable['content']; }; /** YfmHeading extension needs markdown-it-attrs plugin */ export declare const YfmHeadingSpecs: ExtensionAuto;