import { TableState } from '../types'; export declare const TableStateContext: import("react").Context<[TableState, import("react").Dispatch>]>;