import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
import { Tooltip } from 'radix-ui';

type TooltipContentProps = React.ComponentProps<typeof Tooltip.Content>;
declare function TooltipContent({ className, sideOffset, children, ...props }: TooltipContentProps): react_jsx_runtime.JSX.Element;

export { TooltipContent as T, type TooltipContentProps as a };
