import type { RibbonButton } from '../type/RibbonButton'; /** * "Align justify" button on the format ribbon */ export declare const alignJustifyButton: RibbonButton<'buttonNameAlignJustify'>;