/**
 * Tooltips trigger is the the element that toggles the tooltip
 */
export declare const TooltipTrigger: import('react').ForwardRefExoticComponent<Omit<import('react').HTMLProps<HTMLElement> & {
    /**
     * `asChild` allows the user to pass any element as the anchor
     */
    asChild?: boolean;
}, "ref"> & import('react').RefAttributes<HTMLElement>>;
