import * as React from 'react'; import type { PopoverStore } from '../store/PopoverStore'; export declare const PopoverRootContext: React.Context; export declare function usePopoverRootContext(): PopoverStore; //# sourceMappingURL=PopoverRootContext.d.ts.map