import type { PopoverProps } from './types'; /** * Root container component that provides context for popover state */ export declare const Popover: { ({ children, ...props }: PopoverProps): import("react/jsx-runtime").JSX.Element; displayName: string; };