/// export interface TableContextValue { scrollStatus: "left" | "right" | "scrolling" | "no-scroll"; columnsWidths: number[]; } export declare const TableContext: import("react").Context;