import type { SidebarItem, SidebarItemWithState } from '../menu/index.js';
export declare const useSidebarItemsWithState: (items: SidebarItem[]) => SidebarItemWithState[];
