import type { InjectionKey } from 'vue'; export declare const NuxtTeleportIslandSymbol: InjectionKey; /** * component only used with componentsIsland * this teleport the component in SSR only if it needs to be hydrated on client */ declare const _default: import("vue").DefineComponent, () => import("vue").VNode[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { nuxtClient: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;