import type { SidebarNavigationApi, SidebarNavigationConfig } from './FileExplorer.types';
export declare function useSidebarNavigation({ selectedIndex, ...props }: SidebarNavigationConfig): SidebarNavigationApi;
