import { SDKPluginOptions } from '../utils'; export interface LinkImageComponentOptions extends SDKPluginOptions { /** * Additional Block properties of the link image component. Pass `false` to avoid adding the block. * @example * { category: 'Extra', label: 'My label' } */ block?: 'Block'; }