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