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