import Portal, { PortalScope } from "./Portal"; declare const PortalRoot: typeof Portal & { Scope: typeof PortalScope; }; export default PortalRoot; export type { Props as PortalProps } from "./Portal.types";