///
import { PopconfirmProps } from "antd/lib/popconfirm";
import { ActionProps } from "./shared";
export * from "./promise-button";
export * from "./promise-popconfirm";
export declare type ActionPopconfirmProps = Omit & ActionProps;
export declare function ActionPopconfirm({ input, onSuccess, onErrorResult, onResult, children, ...props }: ActionPopconfirmProps): JSX.Element;
//# sourceMappingURL=action-popconfirm.d.ts.map