/// import { TableCellContextState } from './TableCellTypes.js'; export declare const TableCellContext: import("react").Context; export declare const useTableCell: () => TableCellContextState;