import { NamedShortcut } from'@remirror/core';
/**
* Command options for the heading.
*/exportdeclareconsttoggleHeadingOptions: Remirror.CommandDecoratorOptions;
/**
* The named shortcuts for the default 6 levels of commands.
*/exportdeclareconstshortcuts: NamedShortcut[];