import type { ThemingProps } from "../../types"; import type { TableHeadTheme } from "./TableHead"; export type TableHeadContextValue = ThemingProps; export declare const TableHeadContext: import("react").Context; export declare function useTableHeadContext(): TableHeadContextValue;