import { type Locale } from '#i18n'; import type { NuxtLinkProps } from 'nuxt/app'; type NuxtLinkLocaleProps = Omit & { to?: import('vue-router').RouteLocationNamedI18n; locale?: Locale; }; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;