import { NavItemsType } from '../types'; export declare const flatToNested: (arr: NavItemsType[]) => NavItemsType[];