import { DialogContainer } from "../dialog/container.js"; export declare const PopoverContainer: import("react").ForwardRefExoticComponent, HTMLDialogElement>, "ref"> & import("react").RefAttributes>; export declare namespace PopoverContainer { type Props = DialogContainer.Props; }