export declare const PopoverRoot: import("react").ForwardRefExoticComponent; anchorRef: import("react").RefObject; placement?: import("./types.js").PopoverPlacements; backdrop?: boolean; onClose?: () => void; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "onClose" | "wrapperRef" | "anchorRef" | "placement" | "backdrop"> & import("../index.js").TransitionInnerProps & import("react").RefAttributes, keyof import("../index.js").TransitionInnerProps> & Partial, "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited"> & Pick>, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=PopoverRoot.d.ts.map