import { Popover as PopoverPrimitive } from "radix-ui"; import type { ComponentProps } from "react"; export declare function Popover(props: ComponentProps): import("react/jsx-runtime").JSX.Element; export declare function PopoverTrigger(props: ComponentProps): import("react/jsx-runtime").JSX.Element; export declare function PopoverContent({ className, align, sideOffset, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=popover.d.ts.map