import type { RibbonButton } from '../type/RibbonButton'; import type { MoreCommandsButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * @internal * "More commands" (overflow) button on the format ribbon */ export declare const moreCommands: RibbonButton;