import type { ItemOptionTransformed, SelectCheckedState } from '../Select.types'; export type PathMapType = Map; export type FocusedToValueMapType = Map; export type ValueToCheckedMapType = Map; export type ValueToItemMapType = Map; export type ValueToPathMapType = Map; export declare const usePathMaps: (items?: ItemOptionTransformed[]) => [PathMapType, FocusedToValueMapType, ValueToCheckedMapType, ValueToItemMapType, ValueToPathMapType]; //# sourceMappingURL=usePathMaps.d.ts.map