import type { IncreaseIndentButtonStringKey } from '../type/RibbonButtonStringKeys'; import type { RibbonButton } from '../type/RibbonButton'; /** * "Increase indent" button on the format ribbon */ export declare const increaseIndentButton: RibbonButton;