import type { RibbonButton } from '../type/RibbonButton'; import type { UndoButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Undo" button on the format ribbon */ export declare const undoButton: RibbonButton;