import React from 'react'; type TeleportSourceProps = { targetId: string; location: string; children: React.ReactNode; }; export declare const TeleportSource: React.FC; export {}; //# sourceMappingURL=TeleporterSource.d.ts.map