export { default as Menu } from './Menu';
export { links as menuConfig } from './config';
export type { NavProps, LangType, MenuEntry } from './types';
