import type { PropsWithChildren, FC } from 'react'; type ReactPortalProps = PropsWithChildren<{ wrapperId: string; }>; export declare const ReactPortal: FC; export {}; //# sourceMappingURL=ReactPortal.d.ts.map