import type { BoldButtonStringKey } from '../type/RibbonButtonStringKeys'; import type { RibbonButton } from '../type/RibbonButton'; /** * "Bold" button on the format ribbon */ export declare const boldButton: RibbonButton;