import { Node } from '../../externals.js'; export interface UmbTiptapFigureOptions { /** * HTML attributes to add to the image element. * @default {} * @example { class: 'foo' } */ HTMLAttributes: Record; } export declare const Figure: Node;