import type { RibbonButton } from '../type/RibbonButton'; import type { TextColorButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Text color" button on the format ribbon */ export declare const textColorButton: RibbonButton;