import type { InsertImageButtonStringKey } from '../type/RibbonButtonStringKeys'; import type { RibbonButton } from '../type/RibbonButton'; /** * "Insert image" button on the format ribbon */ export declare const insertImageButton: RibbonButton;