/** * Scalar teleport root component * * Provides a teleport target for nested components * * @example * * ... * *
Teleported Content
*
* ... *
*/ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { /** The content which contains */ default(): unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarTeleportRoot.vue.d.ts.map