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