import { Popover as PopoverPrimitive } from "radix-ui";
import type { Scope } from "@radix-ui/react-context";
export declare const usePopoverScope: ReturnType<typeof PopoverPrimitive.createPopoverScope>;
export type ScopedProps<P> = P & {
    __scopeAssistantModal?: Scope;
};
//# sourceMappingURL=scope.d.ts.map