/** * FlatList/SectionList `keyExtractor` that uses the item's `valueField` * when present and falls back to the index. Previously inlined in both * Dropdown and MultiSelect — identical code. */ export declare function createKeyExtractor(valueField: string | number | symbol): (item: unknown, index: number) => string; //# sourceMappingURL=keyExtractor.d.ts.map