import type { Location } from 'react-router-dom'; import type { SidebarNavItem, ItemState } from './types.js'; export declare function mapItemsPropsToState(items: SidebarNavItem[], location: Location, activeItemId?: string): ItemState[]; //# sourceMappingURL=utils.d.ts.map