import type { TeleportProps } from 'vue'; /** * Scalar teleport component * * Teleports the contents to the nearest * Falls back to the default teleport target (body) if no root is found * * Is a wrapper around the Vue component and takes the same props * * @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 element to be teleported */ default(): unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarTeleport.vue.d.ts.map