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