import { BlockProperties } from '../types'; import { LinkImageComponentOptions as LinkImageComponentOptionsSchema } from './typesSchema'; export interface LinkImageComponentOptions extends Omit { block?: Partial | false; }