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