/**
* This custom extension allows setting a background-color to table cells.
* Apply with ̀`editor.chain().focus().setCellAttribute("backgroundColor", color).run()`
*/exportdeclareconstTableCell: import('@tiptap/core').Node<import('@tiptap/extension-table-cell').TableCellOptions, any>;