import type { ThemingProps } from "../../types"; import type { TableBodyTheme } from "./TableBody"; export type TableBodyContextValue = ThemingProps; export declare const TableBodyContext: import("react").Context; export declare function useTableBodyContext(): TableBodyContextValue;