import { type ReactNode } from "react";
import type { PopoverProps } from "./Popover";
export declare function Popover({ open, onClose, anchorRef, placement, accent, "aria-label": ariaLabel, children, }: PopoverProps): ReactNode;
//# sourceMappingURL=Popover.web.d.ts.map