import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as PopoverPrimitive from "@radix-ui/react-popover"; //#region src/react/ui/popover.d.ts /** Floating content panel anchored to a trigger element */ declare function Popover({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function PopoverTrigger({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function PopoverContent({ className, align, sideOffset, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function PopoverAnchor({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger }; //# sourceMappingURL=popover.d.ts.map