import type { ExtensionAuto } from "../../../../core/index.js"; export declare const linkMarkName = "link"; export declare const linkType: (schema: import("prosemirror-model").Schema) => import("prosemirror-model").MarkType; export declare enum LinkAttr { Href = "href", Title = "title", IsPlaceholder = "is-placeholder", RawLink = "raw-link" } export declare const LinkSpecs: ExtensionAuto;