/// export declare const MENU_PATH_SEPARATOR = "__ETHAN__MENU__SEPARATOR__"; export default function useMenuPath(key: React.Key): { path: import("react").Key[]; };