import type { RibbonButton } from '../type/RibbonButton'; import type { LtrButtonStringKey } from '../type/RibbonButtonStringKeys'; /** * "Left to right" button on the format ribbon */ export declare const ltrButton: RibbonButton;