import type { defineComponent } from 'vue';
export declare const NuxtComponentIndicator = "__nuxt_component";
/** @since 3.0.0 */
export declare const defineNuxtComponent: typeof defineComponent;
