import type { Scope } from "@radix-ui/react-context";
export declare const usePopoverScope: (scope: Scope) => {
    [__scopeProp: string]: Scope;
};
export type ScopedProps<P> = P & {
    __scopeAssistantModal?: Scope;
};
//# sourceMappingURL=scope.d.ts.map