import { PortalProps } from "./types.js"; import { Portal } from "./Portal.js"; export { Portal, type PortalProps };