/// <reference types="react" />
import { PopconfirmProps } from './interfaces';
export declare const Popconfirm: ({ title, onCancel, onConfirm, locale, initialOpen, children, ...props }: PopconfirmProps) => JSX.Element;
