import React from 'react'; import type { PopoverProps } from './types'; export declare function Popover({ children, content, 'data-tag': dataTag, hideArrow, id: specifiedId, isOpen, maxWidth, minWidth, onCloseRequest, preferredPlacement, renderMode, autoPositioning, }: PopoverProps): React.JSX.Element;