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