import { Node } from "@tiptap/core"; export interface TableCellOptions { HTMLAttributes: Record; } export declare const TableCell: Node; //# sourceMappingURL=Cell.d.ts.map