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