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