import { default as React } from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; export type ArrowProps = React.ComponentPropsWithoutRef; /** An optional arrow element to render alongside the popover. This can be used to help visually link the anchor with the `Popover.Content`. Must be rendered inside `Popover.Content.` */ export declare const Arrow: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;