import * as React from 'react'; import * as TooltipPrimitive from '@radix-ui/react-tooltip'; declare function Tooltip(props: React.ComponentProps): React.JSX.Element; export { Tooltip };