import React, { PropsWithChildren } from 'react'; import { LGRowData } from '../useLeafyGreenTable'; import { type TableProviderProps } from './TableContext.types'; export declare const TableContext: React.Context>; export declare const useTableContext: () => TableProviderProps; declare const TableContextProvider: ({ children, darkMode, shouldAlternateRowColor, isVirtual, isSelectable, shouldTruncate, virtualTable, verticalAlignment, lgIds, shouldMemoizeRows, }: PropsWithChildren>) => React.JSX.Element; export default TableContextProvider; //# sourceMappingURL=TableContext.d.ts.map