import { Tooltip as TooltipPrimitive } from '@base-ui/react'; export interface TooltipContentProps extends Omit, TooltipPrimitive.Popup.Props { /** * Controls whether to show the arrow * `@default` false */ showArrow?: boolean; } export declare function TooltipContent({ ref, className, children, showArrow, style, render, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledBy, ...positionerProps }: TooltipContentProps): import("react/jsx-runtime").JSX.Element; export declare namespace TooltipContent { var displayName: string; } //# sourceMappingURL=tooltip-content.d.ts.map