import { ICommand } from './'; export declare const heading6: ICommand; /** * @deprecated Use `heading6` instead. * This command is now deprecated and will be removed in future versions. * Use `title6` for inserting Heading 6. */ export declare const title6: ICommand;