import type { RibbonButton } from '../type/RibbonButton'; import type { RtlButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Right to left" button on the format ribbon */ export declare const rtlButton: RibbonButton;