import type { resolveComponent } from "vue";
export type NuxtLinkResolved = Exclude<ReturnType<typeof resolveComponent>, string>;
