import React from "react"; import { Popover as PopoverPrimitive } from "radix-ui"; type PopoverAnchorProps = PopoverPrimitive.PopoverAnchorProps; declare const PopoverAnchor: ({ ...props }: PopoverAnchorProps) => React.JSX.Element; export { PopoverAnchor, type PopoverAnchorProps };