import type { MenuProps } from 'naive-ui'; import type { MenuLinkRoute } from '#build/types/naiveui'; interface NaiveMenuLinkProps extends /* @vue-ignore */ Omit { routes?: MenuLinkRoute[]; /** * Since v1.11.0, please refer to [#51](https://github.com/becem-gharbi/nuxt-naiveui/pull/51) */ activeBy?: 'path' | 'name'; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { routes: MenuLinkRoute[]; activeBy: "path" | "name"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;