import { type PopoverProps } from './popover.types.js'; /** * TODO: Revisit this component when react-aria has updated usePopover, see: https://github.com/adobe/react-spectrum/discussions/5341 * This version does not currently use react-aria as it blocked so functionality that was needed to match GEL 3.0 */ export declare function Popover({ children, className, headingTag, content, heading, onClick, placement, look, soft, open, linkStyling, size, icon, portal, }: PopoverProps): import("react/jsx-runtime").JSX.Element;