/// import { Node } from '@react-types/shared'; export declare function useCollectionKeyAccumulator(nodes: Iterable>, targetProp: string, targetValue: any): import("react").Key[];