import type { RibbonButton } from '../type/RibbonButton'; import type { UnderlineButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Underline" button on the format ribbon */ export declare const underlineButton: RibbonButton;