import { Key } from 'react';
import { ListState } from '@react-stately/list';
export declare const listIds: WeakMap<ListState<unknown>, string>;
export declare function getItemId<T>(state: ListState<T>, itemKey: Key): string;
