import { FC } from 'react'; import { FloatingArrowProps } from '@floating-ui/react'; export type TooltipArrowProps = Omit; /** * TooltipArrow * * A visual arrow element for the `Tooltip` component that points from * the tooltip content toward its trigger element. */ export declare const TooltipArrow: FC;