import type { DecreaseIndentButtonStringKey } from '../type/RibbonButtonStringKeys'; import type { RibbonButton } from '../type/RibbonButton'; /** * "Decrease indent" button on the format ribbon */ export declare const decreaseIndentButton: RibbonButton;