import { Popover as AntdPopover } from 'antd'; import React from 'react'; import type { Actions, IButtonType } from './shared'; export declare const Popover: (props: React.ComponentProps & IButtonType & { actions: Actions; }) => React.JSX.Element;