import type * as React from 'react'; import type { RowKey } from '../List'; export default function useItemKey(rowKey: RowKey): (item: T, index: number) => React.Key;