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({ ...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; declare function PopoverHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function PopoverTitle({ className, ...props }: React.ComponentProps<"h2">): react_jsx_runtime.JSX.Element; declare function PopoverDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element; export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };