import { n as Scope } from "../create-context-CKMcRGBM.js"; import { IPopover } from "./popover.types.js"; import * as react from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/popover/portal.d.ts declare const PortalProvider: react.FC; children: React.ReactNode; }>, usePortalContext: (consumerName: string, scope: Scope) => IPopover.IPortalContext; declare function PopoverPortal(props: IPopover.IScoped): react_jsx_runtime0.JSX.Element; declare namespace PopoverPortal { var displayName: string; } //#endregion export { PopoverPortal, PortalProvider, usePortalContext };