interface TableContextValue { isHead: boolean; } export declare const TableContext: import("react").Context; export {};