import { Node } from '@tiptap/core'; export interface TableHeaderOptions { HTMLAttributes: Record; } export declare const TableHeader: Node;