import type { PopoverContextValue } from '../types'; export declare const PopoverContext: import("react").Context; /** * Hook to access popover context */ export declare const usePopoverContext: () => PopoverContextValue;