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