///
export declare const PopoverRoot: import("react").ForwardRefExoticComponent | undefined;
anchorRef: import("react").RefObject;
placement?: "left" | "right" | "top" | "bottom" | "bottomLeft" | "topLeft" | "topRight" | "rightTop" | "rightBottom" | "bottomRight" | "leftTop" | "leftBottom" | undefined;
backdrop?: boolean | undefined;
onClose?: (() => void) | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "onClose" | "wrapperRef" | "anchorRef" | "placement" | "backdrop"> & import("../transition/types.js").TransitionInnerProps & import("react").RefAttributes, keyof import("../transition/types.js").TransitionInnerProps> & Partial, "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited"> & Pick>, "ref"> & import("react").RefAttributes>;
//# sourceMappingURL=PopoverRoot.d.ts.map