import { default as React } from 'react'; import * as TooltipPrimitive from '@radix-ui/react-tooltip'; export type TriggerProps = React.ComponentPropsWithoutRef; /** The button that toggles the tooltip. By default, the Tooltip.Content will position itself against the trigger. */ export declare const Trigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;