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