import { Popover as PopoverPrimitive } from 'radix-ui'; import * as React from 'react'; declare const Popover: { (props: React.ComponentPropsWithoutRef): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const PopoverTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const PopoverAnchor: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const PopoverClose: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const PopoverPortal: React.FC; declare const PopoverContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverTrigger, PopoverPortal }; //# sourceMappingURL=popover.d.ts.map