import * as React from 'react';
declare const useTableContext: (context: any) => React.MutableRefObject<any>;
export { useTableContext };
