import { TeleportProps } from "vue"; import { Children } from "../vue-jsx-runtime"; export declare const Teleport: (props: TeleportProps & { children: Children; }) => () => JSX.Element; //# sourceMappingURL=Teleport.d.ts.map