import { default as React } from 'react'; import { TableSectionContext, TableSectionContextProviderProps } from './types.js'; export declare const useTableSectionContext: () => TableSectionContext; export declare const TableSectionContextProvider: React.FC;