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