export default PopoverMenu; /** PopoverMenu */ declare class PopoverMenu extends React.PureComponent { static displayName: string; static propTypes: { /** Sets a maximum width for a Popover menu */ maxWidth: PropTypes.Requireable; /** Sets a minimum width for a Popover menu */ minWidth: PropTypes.Requireable; /** Sets a maximum height for a Popover menu */ maxHeight: PropTypes.Requireable>; /** Sets the Popover z-index */ zIndex: PropTypes.Requireable; /** Moves Popover menu overlay relative to its trigger element by a defined number of px: * - horizontally (on X-axis) * - or vertically (on Y-axis) */ moveBy: PropTypes.Requireable; y: PropTypes.Requireable; }>>; /** Defines a component that calls out a Popover menu (``, `