import type { Action, ExtensionAuto } from "../../../core/index.js"; export { horizontalRuleMarkupAttr, horizontalRuleNodeName, horizontalRuleType, } from "./HorizontalRuleSpecs/index.js"; declare const hrAction = "hRule"; export declare const HorizontalRule: ExtensionAuto; declare global { namespace WysiwygEditor { interface Actions { [hrAction]: Action; } } }