import type { TableSectionTag } from '../TableSection'; export type TableSectionContextValue = { as?: TableSectionTag; }; export declare const TableSectionContext: import('react').Context; //# sourceMappingURL=TableSectionContext.d.ts.map