import type { PropsWithChildren } from "react"; import { DialogRoot } from "../dialog/root.js"; export declare function PopoverRoot(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare namespace PopoverRoot { type Props = DialogRoot.Props; }