import type { TableContext } from './table.types'; declare const tableContext: { __context__: TableContext; }; export default tableContext;