import { MenuItemType } from "../types";
export declare const useNavServices: () => MenuItemType[];
