import { ICommand } from'./';
exportdeclareconstheading2: ICommand;
/**
* @deprecated Use `heading2` instead.
* This command is now deprecated and will be removed in future versions.
* Use `title2` for inserting Heading 2.
*/exportdeclareconsttitle2: ICommand;