import { Attribute, Textbus } from '@textbus/core';
import { AttributeLoader } from '@textbus/platform-browser';
export declare const headingAttr: Attribute<string>;
export declare const headingAttrLoader: AttributeLoader<string>;
export declare function registerHeadingShortcut(textbus: Textbus): void;
