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