declare const CreatePortal: ({ children, targetId }: { children: any; targetId: any; }) => any; export default CreatePortal;