import { default as React } from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; export type AnchorProps = React.ComponentPropsWithoutRef; /** An optional element to position the `Popover.Content` against. If this part is not used, the content will position alongside the `Popover.Trigger.` */ export declare const Anchor: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;