import { Popover as PopoverPrimitive } from "radix-ui"; import type { Scope } from "@radix-ui/react-context"; export declare const usePopoverScope: ReturnType; export type ScopedProps

= P & { __scopeAssistantModal?: Scope; }; //# sourceMappingURL=scope.d.ts.map