import type { RibbonButton } from '../type/RibbonButton'; import type { BackgroundColorButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Background color" button on the format ribbon */ export declare const backgroundColorButton: RibbonButton;