import { Key } from '@react-types/shared'; import { TableState } from 'react-stately/useTableState'; export declare const gridIds: WeakMap, string>; export declare function getColumnHeaderId(state: TableState, columnKey: Key): string; export declare function getCellId(state: TableState, rowKey: Key, columnKey: Key): string; export declare function getRowLabelledBy(state: TableState, rowKey: Key): string;