import { Node } from '@tiptap/core'; export interface TuiSummaryOptions { readonly HTMLAttributes: Record; } export declare const TuiSummary: Node;