import { CellAttributes, TableCellDefinition } from '@uidu/adf-schema'; export declare const tableCell: (attrs?: CellAttributes) => (...content: TableCellDefinition['content']) => TableCellDefinition;