import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { HoverCard as HoverCard$1 } from 'radix-ui'; declare function HoverCard({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function HoverCardTrigger({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function HoverCardContent({ className, align, sideOffset, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { HoverCard, HoverCardContent, HoverCardTrigger };