import { ICommand } from'./';
exportdeclareconstheading1: ICommand;
/**
* @deprecated Use `heading1` instead.
* This command is now deprecated and will be removed in future versions.
* Use `title1` for inserting Heading 1.
*/exportdeclareconsttitle1: ICommand;