import type { RibbonButton } from '../type/RibbonButton'; import type { CodeButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Code" button on the format ribbon */ export declare const codeButton: RibbonButton;