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