import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; declare function Popover({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function PopoverTrigger({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function PopoverAnchor({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };