import type { RibbonButton } from '../type/RibbonButton'; import type { DecreaseFontSizeButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Decrease font size" button on the format ribbon */ export declare const decreaseFontSizeButton: RibbonButton;