import { ICommand } from'./';
exportdeclareconstheading3: ICommand;
/**
* @deprecated Use `heading3` instead.
* This command is now deprecated and will be removed in future versions.
* Use `title3` for inserting Heading 3.
*/exportdeclareconsttitle3: ICommand;